Quick SDL_ttf2 patch

Fixes a compiler warning on CodeWarrior 6.

–ryan.

diff -u -r1.4 SDL_ttf.h
— SDL_ttf.h 2001/12/14 13:10:54 1.4
+++ SDL_ttf.h 2002/02/19 21:33:32
@@ -178,7 +178,7 @@

/* Ends C function definitions when using C++ */
#ifdef __cplusplus
-};
+}
#endif
#include “close_code.h”

Fixes a compiler warning on CodeWarrior 6.

Thanks, applied.

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment