diff --git a/mapper.cpp b/mapper.cpp index e842bd2..b638ba8 100644 --- a/mapper.cpp +++ b/mapper.cpp @@ -82,6 +82,7 @@ int main(int argc, char *argv[]) {"max-y", required_argument, 0, 'c'}, {"zoom", required_argument, 0, 'z'}, {"colors", required_argument, 0, 'C'}, + {0, 0, 0, 0} }; std::string input;