Skip to content

Commit 3843945

Browse files
musmsimonster
authored andcommitted
Update init.jl (#104)
1 parent d59e41e commit 3843945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const mx_set_field = Ref{Ptr{Void}}()
8484
const mx_get_field_bynum = Ref{Ptr{Void}}()
8585
const mx_get_fieldname = Ref{Ptr{Void}}()
8686

87-
const mx_get_string = Ref{Ptr{Void}}(0)
87+
const mx_get_string = Ref{Ptr{Void}}()
8888

8989
# load I/O mat functions
9090

0 commit comments

Comments
 (0)