summaryrefslogtreecommitdiff
path: root/lib-src/make-path.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-23 18:52:53 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-23 18:52:53 +0000
commit6114c3eb822be31eaa2c0afe41773e1d64f4ac5b (patch)
treeccd94b9bbcbcb8787dca4125e6b00c3b91dc4957 /lib-src/make-path.c
parentacd796db0215c458d07f026c0ca3518c221d6860 (diff)
downloademacs-6114c3eb822be31eaa2c0afe41773e1d64f4ac5b.tar.gz
(main): Return 0.
Diffstat (limited to 'lib-src/make-path.c')
-rw-r--r--lib-src/make-path.c2
1 files changed, 2 insertions, 0 deletions
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;
}