From ef59dbd34705eca4bf0580b501d9dbdd8e7d4d33 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 25 Apr 2008 08:34:26 +0000 Subject: Add return statement, fixes the warning: test.c:75: warning: control reaches end of non-void function git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26534 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp3lib') diff --git a/mp3lib/test.c b/mp3lib/test.c index 5ad92b2d94..1ae32aedde 100644 --- a/mp3lib/test.c +++ b/mp3lib/test.c @@ -70,5 +70,5 @@ int main(int argc,char* argv[]){ printf("CPU usage at normal playback: %5.2f %%\n",time1*0.0001f/length); fclose(mp3file); - + return 0; } -- cgit v1.2.3