]> andersk Git - moira.git/commitdiff
missing `;'... not sure how I compiled it before
authordanw <danw>
Thu, 14 Nov 1996 02:22:32 +0000 (02:22 +0000)
committerdanw <danw>
Thu, 14 Nov 1996 02:22:32 +0000 (02:22 +0000)
server/startmoira.c

index 4bb8925c265849dfe6a9a44c415aeda1d8a4099e..b17b82300ed406cb2ba436524dd1c9215b586906 100644 (file)
@@ -27,7 +27,7 @@ static char *rcsid_mr_starter_c = "$Header$";
 #include <moira_site.h>
 
 #define PROG   "moirad"
-char *whoami
+char *whoami;
 
 int rdpipe[2];
 extern char *sys_siglist[];
This page took 0.275355 seconds and 5 git commands to generate.