From d2e96bddda3a8035f792ff961c6b357d6b9d9226 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 20 Mar 2007 01:15:28 +0000 Subject: Add return 0 to fix the following warning: bmovl-test.c:118: warning: control reaches end of non-void function git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22758 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/bmovl-test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TOOLS') diff --git a/TOOLS/bmovl-test.c b/TOOLS/bmovl-test.c index ba0cae4785..5c81561fb9 100644 --- a/TOOLS/bmovl-test.c +++ b/TOOLS/bmovl-test.c @@ -115,4 +115,6 @@ int main(int argc, char **argv) { // Clean up free(bitmap); SDL_FreeSurface(image); + + return 0; } -- cgit v1.2.3