diff src/display.cc @ 8642:016e14be00c6

missing semicolon in display.cc
author Benjamin Lindner <lindnerb@users.sourceforge.net>
date Fri, 30 Jan 2009 13:57:10 -0500
parents dee5d60257e4
children f2d354df53ee
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);