progs/fp: close file (bug 26559)

This commit is contained in:
Brian Paul 2010-02-14 09:51:49 -07:00
parent 71ac9551c4
commit e84eec0003

View file

@ -188,6 +188,7 @@ static void Init( void )
}
glClearColor(.1, .3, .5, 0);
fclose(f);
}
static void Reshape(int width, int height)