Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Merged r4087:4088 from branches/SDL-1.2: missing semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 15, 2008
1 parent bb2b42b commit c82c395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/Xext/Xxf86vm/XF86VMode.c
Expand Up @@ -292,7 +292,7 @@ SDL_NAME(XF86VidModeModeLine) * modeline;
_XRead(dpy, (char *) modeline->private,
modeline->privsize * sizeof(INT32));
} else {
zap_ptr((char *) &modeline->private, sizeof(modeline->private))
zap_ptr((char *) &modeline->private, sizeof(modeline->private));
}
UnlockDisplay(dpy);
SyncHandle();
Expand Down

0 comments on commit c82c395

Please sign in to comment.