aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-07-23 23:28:08 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-07-23 23:28:08 +0000
commitfd7d494b4154baacc8a8780ff2592e6be3239888 (patch)
tree4bbde891c82d501a6aac6425648fa5a1d1990284 /print.h
parent3527eca8cb40d4682883053755f5f10b794d1082 (diff)
Trivial warning fixes:
- comma at end of enum - function declarations with empty args instead of void - c++ style comments git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11492 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'print.h')
-rw-r--r--print.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/print.h b/print.h
index 33908927df..848608ffd4 100644
--- a/print.h
+++ b/print.h
@@ -32,7 +32,7 @@
/* print output format */
typedef enum {
PR_FMT_TEXT, /* plain text */
- PR_FMT_PS, /* postscript */
+ PR_FMT_PS /* postscript */
} print_format_e;
/* print_range, enum which frames should be printed */