diff --git a/stepmania/src/SDL_SaveJPEG.cpp b/stepmania/src/SDL_SaveJPEG.cpp index 4dbbb6d8c7..9782b89da6 100644 --- a/stepmania/src/SDL_SaveJPEG.cpp +++ b/stepmania/src/SDL_SaveJPEG.cpp @@ -203,4 +203,5 @@ void IMG_SaveJPG_RW(SDL_Surface *surface, SDL_RWops *dest) jpeg::jpeg_destroy_compress(&cinfo); /* And we're done! */ -} \ No newline at end of file +} +