From 5e06b46deb76bce5b7083866d94ee931b80a88d4 Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Tue, 13 May 2014 20:13:11 +0200 Subject: [PATCH] Fix compile warning due to missing newline at EOF. --- src/util/getopt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util/getopt.c b/src/util/getopt.c index 5e8c7e4..b753f71 100644 --- a/src/util/getopt.c +++ b/src/util/getopt.c @@ -56,4 +56,5 @@ int getopt(int argc, char* const argv[], const char *optstring) return ret; } -#endif \ No newline at end of file +#endif +