Skip to content

Commit c591e9c

Browse files
committed
commit
1 parent 27a6616 commit c591e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/slib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ typedef char * String;
173173
OPT int InitStack(sqStack *s,unsigned stackSize,unsigned typeSize);
174174

175175

176-
OPTint Push(sqStack *s,void *e);
176+
OPT int Push(sqStack *s,void *e);
177177

178178

179179
OPT int Pop(sqStack *s,void *e);

0 commit comments

Comments
 (0)