[MN-dev] [mndiff]: r159 - trunk/ffvotetov/ffvotetov.c
michael
subversion at mplayerhq.hu
Tue Dec 15 18:00:52 CET 2009
Author: michael
Date: Tue Dec 15 18:00:52 2009
New Revision: 159
Log:
Add missing return 0 to main().
Modified:
trunk/ffvotetov/ffvotetov.c
Modified: trunk/ffvotetov/ffvotetov.c
==============================================================================
--- trunk/ffvotetov/ffvotetov.c Tue Dec 15 17:58:59 2009 (r158)
+++ trunk/ffvotetov/ffvotetov.c Tue Dec 15 18:00:52 2009 (r159)
@@ -247,4 +247,6 @@ int main(){
if(j==canditate_count)
printf(" %s\n", canditates[i]);
}
+
+ return 0;
}
\ No newline at end of file
More information about the Mndiff-dev
mailing list