aboutsummaryrefslogtreecommitdiff
path: root/lutf8lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lutf8lib.c')
-rw-r--r--lutf8lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lutf8lib.c b/lutf8lib.c
index a2b42c72..6db6fd37 100644
--- a/lutf8lib.c
+++ b/lutf8lib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lutf8lib.c,v 1.14 2015/03/05 16:07:46 roberto Exp roberto $ 2** $Id: lutf8lib.c,v 1.15 2015/03/28 19:16:55 roberto Exp roberto $
3** Standard library for UTF-8 manipulation 3** Standard library for UTF-8 manipulation
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -194,7 +194,7 @@ static int byteoffset (lua_State *L) {
194 lua_pushinteger(L, posi + 1); 194 lua_pushinteger(L, posi + 1);
195 else /* no such character */ 195 else /* no such character */
196 lua_pushnil(L); 196 lua_pushnil(L);
197 return 1; 197 return 1;
198} 198}
199 199
200 200