diff test/testtimer.c @ 1484:b2b476a4a73c

Added documentation on how to build a completely useless SDL library. :)
author Sam Lantinga <slouken@libsdl.org>
date Wed, 08 Mar 2006 08:30:17 +0000
parents be9c9c8f6d53
children f58c88a4dff5
line wrap: on
line diff
--- a/test/testtimer.c	Wed Mar 08 06:21:04 2006 +0000
+++ b/test/testtimer.c	Wed Mar 08 08:30:17 2006 +0000
@@ -37,7 +37,7 @@
 	SDL_TimerID t1, t2, t3;
 
 	if ( SDL_Init(SDL_INIT_TIMER) < 0 ) {
-		fprintf(stderr, "Couldn't load SDL: %s\n", SDL_GetError());
+		fprintf(stderr, "Couldn't initialize SDL: %s\n", SDL_GetError());
 		return(1);
 	}