summaryrefslogtreecommitdiff
path: root/tools/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/common.c')
-rw-r--r--tools/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/common.c b/tools/common.c
index 0772738..37fd301 100644
--- a/tools/common.c
+++ b/tools/common.c
@@ -377,7 +377,7 @@ poptContext process_options(int argc, const char **argv,
poptSetOtherOptionHelp(opts, help);
while ((c = poptGetNextOpt(opts)) >= 0) {
- // no options require explicit handling
+ /* no options require explicit handling */
}
if (c < -1) {