aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-01-30 20:13:31 -0800
committerGuy Harris <guy@alum.mit.edu>2015-01-31 04:13:58 +0000
commitc7717aed9c29a027c8e2324b28809ed705bff8c3 (patch)
tree52f8a3821515cabb00cb1af6a82ee80c9f47cd7d /wireshark-qt.cpp
parent4424d6aa296579b0ae7c4fec9ef35b7e11c4b1ef (diff)
Get rid of a trailing blank.
Change-Id: I27e3ba1be4a9ee23d619d751ae1abdef963b7597 Reviewed-on: https://code.wireshark.org/review/6871 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wireshark-qt.cpp')
-rw-r--r--wireshark-qt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp
index 4a27f7fcb3..aa80e49280 100644
--- a/wireshark-qt.cpp
+++ b/wireshark-qt.cpp
@@ -504,7 +504,7 @@ int main(int argc, char *argv[])
* run WiresharkApplication's constructor on the arguments. That
* means that Qt arguments have not been removed from the argument
* list; those arguments begin with "-", and may be treated as
- * errors by getopt_long().
+ * errors by getopt_long().
*
* We thus ignore errors - *and* set "opterr" to 0 to suppress the
* error messages.