cosmetics

This commit is contained in:
gbeauche 2005-04-02 09:56:12 +00:00
parent 8e512ca7fe
commit b4152fc466
2 changed files with 2 additions and 1 deletions

View File

@ -302,7 +302,7 @@ static void Blit_Copy_Raw(uint8 * dest, const uint8 * source, uint32 length)
#include "video_blit.h"
/* -------------------------------------------------------------------------- */
/* --- 1/2/4-bit indexed to 8-bit mode conversion --- */
/* --- 1/2/4-bit indexed to 8-bit mode conversion --- */
/* -------------------------------------------------------------------------- */
static void Blit_Expand_1_To_8(uint8 * dest, const uint8 * p, uint32 length)

View File

@ -166,6 +166,7 @@ static void FB_FUNC_NAME(uint8 * dest, const uint8 * source, uint32 length)
*dest = *source;
#endif
#undef DEREF_QUAD_PTR
#undef DEREF_LONG_PTR
#undef DEREF_WORD_PTR
}