* Fix build.. :(

This commit is contained in:
pancake 2011-07-27 17:41:35 +02:00
parent dc93b16f7b
commit 860e608d23

View File

@ -73,6 +73,7 @@ static int show_help() {
} }
int encode (const char *encoder, ut8 *dst, int dstlen, ut8 *src, int srclen) { int encode (const char *encoder, ut8 *dst, int dstlen, ut8 *src, int srclen) {
int i;
if (!strcmp (encoder, "xor")) { if (!strcmp (encoder, "xor")) {
ut8 key = 33; ut8 key = 33;
// Find valid xor key // Find valid xor key