Fix compile warning due to missing newline at EOF.

This commit is contained in:
Jan Vidar Krey 2014-05-13 20:13:11 +02:00
parent a1f8c5bdbb
commit 5e06b46deb
1 changed files with 2 additions and 1 deletions

View File

@ -56,4 +56,5 @@ int getopt(int argc, char* const argv[], const char *optstring)
return ret;
}
#endif
#endif