Skip to content

Commit

Permalink
Whoops, forgot the semicolon. :/
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 15, 2008
1 parent 1001c2d commit 310125a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/Xext/Xxf86vm/XF86VMode.c
Expand Up @@ -290,7 +290,7 @@ SDL_NAME(XF86VidModeGetModeLine)(dpy, screen, dotclock, 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 310125a

Please sign in to comment.