CVS commit by deller: fix misplaced #endif - it broke when compiling w/ KDE CVS HEAD M +1 -1 kstview.cpp 1.90 --- kdeextragear-2/kst/kst/kstview.cpp #1.89:1.90 @@ -258,7 +258,7 @@ bool KstView::printToGraphicsFile(const bRetVal = TRUE; } - } #endif } + } return bRetVal;