summaryrefslogtreecommitdiff
path: root/test/cls.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cls.c')
-rw-r--r--test/cls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cls.c b/test/cls.c
index d11e2a4147..9c7aa833ff 100644
--- a/test/cls.c
+++ b/test/cls.c
@@ -82,7 +82,7 @@ static int hex2sec(const char *x)
j |= ch - ('a' - 10);
}
if (j == 0xffffffff)
- return -1; /* so that it works with 8-byte ints */
+ return -1; /* so that it works with 8-byte ints */
else
return j;
}