util.encodings: Removed a bit of unreachable code.

Fri, 02 Oct 2009 16:46:39 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Fri, 02 Oct 2009 16:46:39 +0500
changeset 1856
ceeffc081b23
parent 1855
63b5e7ec6840
child 1857
ef266aa8e18f

util.encodings: Removed a bit of unreachable code.

util-src/encodings.c file | annotate | diff | comparison | revisions
--- 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[] =

mercurial