Update Functions.cpp

Clarify
This commit is contained in:
Isak 2018-02-18 14:57:00 +01:00 committed by GitHub
parent bed39145ab
commit f7963070ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
info
parse_command_line(int argc, char **argv)
{
info optinfo {NULL, NULL};
struct info optinfo {NULL, NULL};
int opt;
while ((opt = getopt(argc, argv, "e:p:h")) != -1)