Skip to content

Commit 1a4c02f

Browse files
committed
fix typo in cholmod.jl
1 parent da926d5 commit 1a4c02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/linalg/cholmod.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ type c_CholmodTriplet{Tv<:CHMVTypes,Ti<:CHMITypes}
294294
j::Ptr{Ti}
295295
x::Ptr{Tv}
296296
z::Ptr{Void}
297-
stype:Cint
297+
stype::Cint
298298
itype::Cint
299299
xtype::Cint
300300
dtype::Cint

0 commit comments

Comments
 (0)