[Scummvm-cvs-logs] CVS: scummvm/backends/sdl fb2opengl.h,1.18,1.19 sdl-common.cpp,1.81,1.82

Max Horn fingolfin at users.sourceforge.net
Mon Sep 8 21:43:23 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/sdl
In directory sc8-pr-cvs1:/tmp/cvs-serv1783

Modified Files:
	fb2opengl.h sdl-common.cpp 
Log Message:
removed some superfluous newlines

Index: fb2opengl.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/fb2opengl.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- fb2opengl.h	30 Jun 2003 02:38:56 -0000	1.18
+++ fb2opengl.h	8 Sep 2003 11:54:13 -0000	1.19
@@ -236,7 +236,7 @@
 //	warning("Screen BitsPerPixel: %d\n",screen->format->BitsPerPixel);
 
 	if (!screen) {
-		warning("Couldn't start video res %dx%d\n", width, height);
+		warning("Couldn't start video res %dx%d", width, height);
 		return 0;
 	}
 

Index: sdl-common.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl-common.cpp,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- sdl-common.cpp	6 Sep 2003 20:21:54 -0000	1.81
+++ sdl-common.cpp	8 Sep 2003 11:54:13 -0000	1.82
@@ -939,7 +939,7 @@
 			_cdrom = SDL_CDOpen(value->cd_num);
 			/* Did if open? Check if _cdrom is NULL */
 			if (!_cdrom) {
-				warning("Couldn't open drive: %s\n", SDL_GetError());
+				warning("Couldn't open drive: %s", SDL_GetError());
 			} else {
 				cd_num_loops = 0;
 				cd_stop_time = 0;





More information about the Scummvm-git-logs mailing list