Skip to content

Commit

Permalink
Fix typo in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsj committed Apr 5, 2018
1 parent 0cba0b6 commit 8c09321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LuaSkin/LuaSkin/Skin.m
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ - (BOOL)requireModule:(const char *)moduleName {
}

- (void)growStack:(int)slots withMessage:(const char *)message {
#ifdef 0
#if 0
NSLog(@"growStack: %03d:%s", slots, message);
#endif
luaL_checkstack(self.L, slots, message);
Expand Down

0 comments on commit 8c09321

Please sign in to comment.