Whitespaces

ugfx_release_2.6
Joel Bodenmann 2016-07-25 17:47:21 +02:00
parent 718b7b3d5c
commit c5d4eba3b5
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ void _gfileInit(void) {
void _gfileDeinit(void)
{
GFILE * f;
GFILE* f;
for (f = gfileArr; f < &gfileArr[GFILE_MAX_GFILES]; f++) {
if (f->flags & GFILEFLG_OPEN)
gfileClose(f);