commit | 4d05e017f926f169ea2f3038f84ce77b9f899910 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Thu Apr 04 16:18:18 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Apr 04 16:18:18 2019 +0000 |
tree | df8075197559cadf8d30a6e22562ae205009c0f6 | |
parent | c8f5cbb5b1aa7f1a1ad8d43e13f5deb539380b47 [diff] | |
parent | f5ef40de83dc47577d0cdbca34a168dc66fb4da7 [diff] |
Merge "Add missing null terminator for getopt_long()"
diff --git a/main.cpp b/main.cpp index 687a0a9..accaa01 100644 --- a/main.cpp +++ b/main.cpp
@@ -152,6 +152,7 @@ {"blkid_untrusted_context", required_argument, 0, 'B'}, {"fsck_context", required_argument, 0, 'f'}, {"fsck_untrusted_context", required_argument, 0, 'F'}, + {nullptr, 0, nullptr, 0}, }; int c;