Przeglądaj źródła

Add return value to main.

(Logical change 1.64)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@233 fd59a12c-fef9-0310-b244-a6a79926bd2f
Mark Haverkamp 21 lat temu
rodzic
commit
352a5b4de4
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      test/publish.c

+ 1 - 0
test/publish.c

@@ -391,4 +391,5 @@ int main (int argc, char **argv)
 		}
 		}
 		sleep(wait_time);
 		sleep(wait_time);
 	} while(1);
 	} while(1);
+	return 0;
 }
 }