comparison TOOLS/bmovl-test.c @ 22740:9128aa26244a

Add return 0 to fix the following warning: bmovl-test.c:118: warning: control reaches end of non-void function
author diego
date Tue, 20 Mar 2007 01:15:28 +0000
parents 25586323a128
children edaeb008ba93
comparison
equal deleted inserted replaced
22739:25586323a128 22740:9128aa26244a
113 113
114 114
115 // Clean up 115 // Clean up
116 free(bitmap); 116 free(bitmap);
117 SDL_FreeSurface(image); 117 SDL_FreeSurface(image);
118
119 return 0;
118 } 120 }