summaryrefslogtreecommitdiff
path: root/print.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-07-23 23:28:08 +0000
committerJörg Mayer <jmayer@loplof.de>2004-07-23 23:28:08 +0000
commite869dbb17d934bfa0adf12515ff130a128d4604b (patch)
tree4bbde891c82d501a6aac6425648fa5a1d1990284 /print.h
parente7172b423bf2a5255edf342a4b901a0d9798ad4c (diff)
downloadwireshark-e869dbb17d934bfa0adf12515ff130a128d4604b.tar.gz
Trivial warning fixes:
- comma at end of enum - function declarations with empty args instead of void - c++ style comments svn path=/trunk/; revision=11492
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 */