]> andersk Git - moira.git/commitdiff
missing semicolon
authormar <mar>
Tue, 4 May 1993 18:08:24 +0000 (18:08 +0000)
committermar <mar>
Tue, 4 May 1993 18:08:24 +0000 (18:08 +0000)
gdb/gdb_fserv.c

index 00b504206ed16f0c26ca81277bfc6588733fccda..fb815299ba2741c17945acc3ea50644f89e0e1ef 100644 (file)
@@ -173,7 +173,7 @@ void
 gdb_reaper()
 {
 #ifdef POSIX
-       int status
+       int status;
 #else
        union wait status;
 #endif
This page took 0.047793 seconds and 5 git commands to generate.