diff --git a/Implementierung/main b/Implementierung/main index c930f60..0f5f143 100755 Binary files a/Implementierung/main and b/Implementierung/main differ diff --git a/Implementierung/main.c b/Implementierung/main.c index cfe03a9..e70fa4c 100644 --- a/Implementierung/main.c +++ b/Implementierung/main.c @@ -97,8 +97,8 @@ int main(int argc, char** argv) { static struct option longOptions[] = { /* These options set a flag. */ - {"help", no_argument, 0, 'h'}, - {0, 0, 0, 0} + {"help", no_argument, NULL, 'h'}, + NULL }; int longOptionIndex = 0;