Changeset

1856:ceeffc081b23

util.encodings: Removed a bit of unreachable code.
author Waqas Hussain <waqas20@gmail.com>
date Fri, 02 Oct 2009 16:46:39 +0500
parents 1855:63b5e7ec6840
children 1857:ef266aa8e18f
files util-src/encodings.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util-src/encodings.c	Fri Oct 02 16:45:54 2009 +0500
+++ b/util-src/encodings.c	Fri Oct 02 16:46:39 2009 +0500
@@ -108,7 +108,6 @@
 				break;
 		}
 	}
-	return 0;
 }
 
 static const luaL_Reg Reg_base64[] =