From ef7054f54204ea0dfad23dcbbf958e9e760308e1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 23 May 1993 18:52:53 +0000 Subject: [PATCH] (main): Return 0. --- lib-src/make-path.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib-src/make-path.c b/lib-src/make-path.c index 6741aa34b95..9c6aeb3906c 100644 --- a/lib-src/make-path.c +++ b/lib-src/make-path.c @@ -82,4 +82,6 @@ main (argc, argv) next_pathname: ; } + + return 0; }