1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

(main): Always return a value.

This commit is contained in:
Gerd Moellmann 2001-04-03 13:33:45 +00:00
parent 1bd6facc63
commit 3a2133566a

View File

@ -189,6 +189,8 @@ main (argc, argv)
if (printing)
puts (data.buffer);
}
return 0;
}