From d14e00ea67afbaa8cb4a7e6b1eb306da6a2d5adb Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 31 Jan 2016 17:30:51 +0100 Subject: patch 7.4.1225 Problem: Still a few old style function declarations. Solution: Make them new style. (Hirohito Higashi) --- runtime/tools/blink.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/tools') diff --git a/runtime/tools/blink.c b/runtime/tools/blink.c index 1ffd848edc..5b5b281723 100644 --- a/runtime/tools/blink.c +++ b/runtime/tools/blink.c @@ -7,6 +7,7 @@ #include + int main() { while (1) @@ -18,4 +19,5 @@ main() fflush(stdout); usleep(250000); /* off time */ } + return 0; } -- cgit v1.2.3