From 0b6b84886cbf1dc3f26da8c8935da35553b62aed Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 4 Dec 2013 17:41:52 +0000 Subject: [PATCH] Add newline at end of file --- util/eprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/eprintf.c b/util/eprintf.c index c878e81..bd4e090 100644 --- a/util/eprintf.c +++ b/util/eprintf.c @@ -60,4 +60,4 @@ weprintf(const char *fmt, ...) fputc(' ', stderr); perror(NULL); } -} \ No newline at end of file +}