Fix warning: newline.

This commit is contained in:
Jason Felds
2004-02-12 09:18:32 +00:00
parent bf86efa1b6
commit e7cb8353cc
+2 -1
View File
@@ -203,4 +203,5 @@ void IMG_SaveJPG_RW(SDL_Surface *surface, SDL_RWops *dest)
jpeg::jpeg_destroy_compress(&cinfo); jpeg::jpeg_destroy_compress(&cinfo);
/* And we're done! */ /* And we're done! */
} }