summaryrefslogtreecommitdiffstats
path: root/text-utils/colrm.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/colrm.c')
-rw-r--r--text-utils/colrm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/text-utils/colrm.c b/text-utils/colrm.c
index d474696e7..b2816cd07 100644
--- a/text-utils/colrm.c
+++ b/text-utils/colrm.c
@@ -158,9 +158,9 @@ int main(int argc, char **argv)
int opt;
static const struct option longopts[] = {
- {"version", no_argument, 0, 'V'},
- {"help", no_argument, 0, 'h'},
- {NULL, 0, 0, 0}
+ {"version", no_argument, NULL, 'V'},
+ {"help", no_argument, NULL, 'h'},
+ {NULL, 0, NULL, 0}
};
setlocale(LC_ALL, "");