aboutsummaryrefslogtreecommitdiffstats
path: root/epan/unicode-utils.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-11-07 08:04:11 +0000
committerJörg Mayer <jmayer@loplof.de>2006-11-07 08:04:11 +0000
commitc16b5e2647f4cb98e92093cd0b09ac4bcd27eb05 (patch)
tree2bf8513d83e3e13ca8521b73462154f855b92f5f /epan/unicode-utils.c
parent7acc35d3c6d71a4230972b021d406c28d8596841 (diff)
Warning fix about empty source file
svn path=/trunk/; revision=19850
Diffstat (limited to 'epan/unicode-utils.c')
-rwxr-xr-xepan/unicode-utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/unicode-utils.c b/epan/unicode-utils.c
index e8782d7727..cec90898c4 100755
--- a/epan/unicode-utils.c
+++ b/epan/unicode-utils.c
@@ -125,4 +125,6 @@ gchar * utf_16to8(const wchar_t *utf16str) {
return utf8buf[idx];
}
+#else
+ ;
#endif