Fix compile warning due to missing newline at EOF.
This commit is contained in:
parent
a1f8c5bdbb
commit
5e06b46deb
|
@ -56,4 +56,5 @@ int getopt(int argc, char* const argv[], const char *optstring)
|
|||
return ret;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue