1
0
mirror of https://github.com/simh/simh.git synced 2026-04-15 16:11:13 +00:00

SCP: Replace stray TAB and fix sprintf format specifier

This commit is contained in:
Mark Pizzolato
2017-04-23 23:43:14 -07:00
parent c94edb6b2d
commit e522daf906
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ static char tmp_key_name[40];
* via SDL_GetError().
*/
#define SDL_SavePNG(surface, file) \
SDL_SavePNG_RW(surface, SDL_RWFromFile(file, "wb"), 1)
SDL_SavePNG_RW(surface, SDL_RWFromFile(file, "wb"), 1)
/*
* SDL_SavePNG -- libpng-based SDL_Surface writer.