Skip to content

Commit 3b93a0e

Browse files
committed
Fix libsrcml_version_string() so that the ctypes entry for it is correctly assigned
1 parent 377184d commit 3b93a0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pylibsrcml/globals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
# const char* srcml_libsrcml_version_string();
4848
libsrcml.srcml_libsrcml_version_string.restype = c_char_p
49-
libsrcml.srcml_libsrcml_version_string = []
49+
libsrcml.srcml_libsrcml_version_string.argtypes = []
5050

5151
# int srcml_check_language(const char* language);
5252
libsrcml.srcml_check_language.restype = c_int

0 commit comments

Comments
 (0)