diff options
Diffstat (limited to 'lstrlib.c')
-rw-r--r-- | lstrlib.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstrlib.c,v 1.1 1997/08/14 19:47:57 roberto Exp roberto $ | 2 | ** $Id: lstrlib.c,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $ |
3 | ** Standard library for strings and pattern-matching | 3 | ** Standard library for strings and pattern-matching |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -446,7 +446,7 @@ static void str_gsub (void) | |||
446 | } | 446 | } |
447 | 447 | ||
448 | 448 | ||
449 | void luaI_addquoted (char *s) | 449 | static void luaI_addquoted (char *s) |
450 | { | 450 | { |
451 | luaI_addchar('"'); | 451 | luaI_addchar('"'); |
452 | for (; *s; s++) { | 452 | for (; *s; s++) { |