summaryrefslogtreecommitdiff
path: root/pidgin/win32/untar.h
diff options
context:
space:
mode:
Diffstat (limited to 'pidgin/win32/untar.h')
-rw-r--r--pidgin/win32/untar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidgin/win32/untar.h b/pidgin/win32/untar.h
index 10e88976f1..54ad9ca007 100644
--- a/pidgin/win32/untar.h
+++ b/pidgin/win32/untar.h
@@ -12,7 +12,7 @@
extern "C" {
#endif /* __cplusplus */
-typedef enum _untar_opt {
+typedef enum {
UNTAR_LISTING = (1 << 0),
UNTAR_QUIET = (1 << 1),
UNTAR_VERBOSE = (1 << 2),