aboutsummaryrefslogtreecommitdiff
path: root/lstrlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lstrlib.c')
-rw-r--r--lstrlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lstrlib.c b/lstrlib.c
index eba282de..cdd2ffe5 100644
--- a/lstrlib.c
+++ b/lstrlib.c
@@ -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
449void luaI_addquoted (char *s) 449static void luaI_addquoted (char *s)
450{ 450{
451 luaI_addchar('"'); 451 luaI_addchar('"');
452 for (; *s; s++) { 452 for (; *s; s++) {