From a0396c8d420ca1512071d9c779d8c927a5176b02 Mon Sep 17 00:00:00 2001 From: Crayon2000 Date: Tue, 22 Dec 2009 02:31:14 +0000 Subject: [PATCH] [CHG] Code format --- GRRLIB/GRRLIB/grrlib.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GRRLIB/GRRLIB/grrlib.h b/GRRLIB/GRRLIB/grrlib.h index ef67299..1f59e69 100644 --- a/GRRLIB/GRRLIB/grrlib.h +++ b/GRRLIB/GRRLIB/grrlib.h @@ -144,8 +144,7 @@ typedef struct GRRLIB_bytemapFont { s8 tracking; /**< Tracking (Add-space after each char) (-128 to 127). */ GRRLIB_bytemapChar *charDef; /**< Array of bitmap characters. */ - } -GRRLIB_bytemapFont; +} GRRLIB_bytemapChar; //------------------------------------------------------------------------------ /**