aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-09-09 13:05:32 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-09-09 13:05:32 +0000
commit868a7d9a79c6caf3e0920c8c86aec47bc533021c (patch)
treea9e7f94cfeaa470950dc33f7a4e82fdb09420c0a
parent971f5a81858517daa042e445551acc582457f771 (diff)
remove unused #else
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22829 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--epan/unicode-utils.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/unicode-utils.c b/epan/unicode-utils.c
index b2ee9e2349..dfa6eb32d5 100644
--- a/epan/unicode-utils.c
+++ b/epan/unicode-utils.c
@@ -125,6 +125,4 @@ gchar * utf_16to8(const wchar_t *utf16str) {
return utf8buf[idx];
}
-#else
-
-#endif
+#endif /* _WIN32 */