-rw-r--r-- | libopie2/opieui/oresource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie2/opieui/oresource.cpp b/libopie2/opieui/oresource.cpp index 03b9d51..9559210 100644 --- a/libopie2/opieui/oresource.cpp +++ b/libopie2/opieui/oresource.cpp @@ -36,23 +36,23 @@ #ifdef QWS namespace Resource { QPixmap loadPixmap( const QString& pix ) { QString filename; filename.sprintf( "%s/%s.png", (const char*) oApp->qpeDir(), (const char*) pix ); QPixmap pixmap( filename ); if ( pixmap.isNull() ) { - odebug << "libopie2 resource: can't find pixmap " << filename << oendl;; + odebug << "libopie2 resource: can't find pixmap " << filename << oendl; } return pixmap; }; }; #endif |