aboutsummaryrefslogtreecommitdiffstats
path: root/ponymix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ponymix.cc')
-rw-r--r--ponymix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ponymix.cc b/ponymix.cc
index d1e40e6..2dde405 100644
--- a/ponymix.cc
+++ b/ponymix.cc
@@ -545,7 +545,7 @@ bool parse_options(int argc, char** argv) {
};
for (;;) {
- int opt = getopt_long(argc, argv, "c:d:ht:", opts, NULL);
+ int opt = getopt_long(argc, argv, "c:d:ht:", opts, nullptr);
if (opt == -1)
break;