changeset 2978:07010383044d

(main): Return 0.
author Richard M. Stallman <rms@gnu.org>
date Sun, 23 May 1993 18:52:53 +0000
parents ddcad1457cd5
children df018689853e
files lib-src/make-path.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/make-path.c	Sun May 23 18:09:41 1993 +0000
+++ b/lib-src/make-path.c	Sun May 23 18:52:53 1993 +0000
@@ -82,4 +82,6 @@
     next_pathname:
       ;
     }
+
+  return 0;
 }