# HG changeset patch # User Benjamin Lindner # Date 1233341830 18000 # Node ID 016e14be00c66ddd9af48a18181cd22ef6713c47 # Parent 2264092e9f394e6c01eeef2def517c6c8ec7091d missing semicolon in display.cc diff -r 2264092e9f39 -r 016e14be00c6 src/display.cc --- a/src/display.cc Fri Jan 30 13:56:24 2009 -0500 +++ b/src/display.cc Fri Jan 30 13:57:10 2009 -0500 @@ -48,7 +48,7 @@ if (hdc) { - dp = GetDeviceCaps (hdc, BITSPIXEL) + dp = GetDeviceCaps (hdc, BITSPIXEL); ht = GetDeviceCaps (hdc, VERTRES); wd = GetDeviceCaps (hdc, HORZRES);