aboutsummaryrefslogtreecommitdiffstats
path: root/epan/unicode-utils.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-03-21 05:06:01 +0000
committerJörg Mayer <jmayer@loplof.de>2007-03-21 05:06:01 +0000
commit3fab97b6ad94cf0f4210c73dc258ee6d246dcd78 (patch)
treee52eb2eb32651c264867bfe6e9d2ff3150a005b1 /epan/unicode-utils.c
parent636e20e4316a33385f793161dacc4e8210d36220 (diff)
Fixes for: warning: ISO C does not allow extra ';' outside of a function
svn path=/trunk/; revision=21085
Diffstat (limited to 'epan/unicode-utils.c')
-rw-r--r--epan/unicode-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/unicode-utils.c b/epan/unicode-utils.c
index cec90898c4..b2ee9e2349 100644
--- a/epan/unicode-utils.c
+++ b/epan/unicode-utils.c
@@ -126,5 +126,5 @@ gchar * utf_16to8(const wchar_t *utf16str) {
}
#else
- ;
+
#endif