summaryrefslogtreecommitdiff
path: root/jni/iodine/tests/encoding.c
diff options
context:
space:
mode:
Diffstat (limited to 'jni/iodine/tests/encoding.c')
-rw-r--r--jni/iodine/tests/encoding.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/jni/iodine/tests/encoding.c b/jni/iodine/tests/encoding.c
index ac22452..665c4dd 100644
--- a/jni/iodine/tests/encoding.c
+++ b/jni/iodine/tests/encoding.c
@@ -1,5 +1,6 @@
/*
- * Copyright (c) 2006-2009 Bjorn Andersson <flex@kryo.se>, Erik Ekman <yarrick@kryo.se>
+ * Copyright (c) 2006-2014 Erik Ekman <yarrick@kryo.se>,
+ * 2006-2009 Bjorn Andersson <flex@kryo.se>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -84,7 +85,7 @@ START_TEST(test_build_hostname)
}
buflen = sizeof(buf);
-
+
for (i = 1; i < sizeof(data); i++) {
int len = build_hostname(buf, buflen, data, i, topdomain, get_base32_encoder(), sizeof(buf));