summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2010-01-10 22:29:36 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2010-01-10 22:29:36 +0800
commita45454c423ad5032aae5f1478cd32ef427b1987c (patch)
tree7970b093039757c1cd7ed58fffb96e7a99f64da6
parent0a2f062e76887665b7a25550775c536648924c25 (diff)
regnerated
-rw-r--r--singlebytetables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/singlebytetables.c b/singlebytetables.c
index 30f6758..b8a2f98 100644
--- a/singlebytetables.c
+++ b/singlebytetables.c
@@ -103,7 +103,7 @@ static SingleByteCodecState *singlebytecodecs[] = {
NULL,
};
-SingleByteCodecState** __uniconv_get_single_byte_codecs()
+SingleByteCodecState** __uniconv_get_single_byte_codecs(void)
{
return singlebytecodecs;
}