indent
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402583
This commit is contained in:
parent
838787d358
commit
c1a200fa1d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
/* increase the table by one entry. If the table is NULL create the
|
||||||
first entrty */
|
first entrty */
|
||||||
cmapTable = SDL_realloc(cmapTable, (numCmaps + 1) * sizeof(cmapTableEntry));
|
cmapTable =
|
||||||
|
SDL_realloc(cmapTable, (numCmaps + 1) * sizeof(cmapTableEntry));
|
||||||
if (NULL == cmapTable) {
|
if (NULL == cmapTable) {
|
||||||
SDL_SetError("Out of memory in X11_TrackColormap()");
|
SDL_SetError("Out of memory in X11_TrackColormap()");
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue