#88195# fix worked only in debug case due to misplaced #endif directive

This commit is contained in:
Philipp Lohmann 2001-06-19 15:08:12 +00:00
parent f6da87a98a
commit 6d15468e0f

View file

@ -2,9 +2,9 @@
*
* $RCSfile: printerinfomanager.cxx,v $
*
* $Revision: 1.8 $
* $Revision: 1.9 $
*
* last change: $Author: pl $ $Date: 2001-06-15 11:06:36 $
* last change: $Author: pl $ $Date: 2001-06-19 16:08:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -160,8 +160,8 @@ void PrinterInfoManager::initialize()
{
#ifdef DEBUG
fprintf( stderr, "Error: no SGENPRT available, shutting down psprint...\n" );
return;
#endif
return;
}
sal_Int32 nIndex = 0;