changeset 8642:016e14be00c6

missing semicolon in display.cc
author Benjamin Lindner <lindnerb@users.sourceforge.net>
date Fri, 30 Jan 2009 13:57:10 -0500
parents 2264092e9f39
children 92e193030b77
files src/display.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/display.cc
+++ b/src/display.cc
@@ -48,7 +48,7 @@
 
   if (hdc)
     {
-      dp = GetDeviceCaps (hdc, BITSPIXEL)
+      dp = GetDeviceCaps (hdc, BITSPIXEL);
 
       ht = GetDeviceCaps (hdc, VERTRES);
       wd = GetDeviceCaps (hdc, HORZRES);