mirror of
https://github.com/yawut/SDL.git
synced 2026-08-25 18:25:16 -05:00
indent
This commit is contained in:
@@ -78,7 +78,8 @@ X11_TrackColormap(Display * display, int scrNum, Colormap colormap,
|
||||
|
||||
/* increase the table by one entry. If the table is NULL create the
|
||||
first entrty */
|
||||
cmapTable = SDL_realloc(cmapTable, (numCmaps + 1) * sizeof(cmapTableEntry));
|
||||
cmapTable =
|
||||
SDL_realloc(cmapTable, (numCmaps + 1) * sizeof(cmapTableEntry));
|
||||
if (NULL == cmapTable) {
|
||||
SDL_SetError("Out of memory in X11_TrackColormap()");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user