author | simon <simon> | 2002-12-13 22:52:38 (UTC) |
---|---|---|
committer | simon <simon> | 2002-12-13 22:52:38 (UTC) |
commit | 7a5b1d2dd538ee6d401e795057660f58e9a60eab (patch) (unidiff) | |
tree | 612483f02744b6b7f85ee4552c9227f2918293ef | |
parent | 15b3146ee488a3f31f355ece580f444c48bfc7e9 (diff) | |
download | opie-7a5b1d2dd538ee6d401e795057660f58e9a60eab.zip opie-7a5b1d2dd538ee6d401e795057660f58e9a60eab.tar.gz opie-7a5b1d2dd538ee6d401e795057660f58e9a60eab.tar.bz2 |
- oops #1
-rw-r--r-- | noncore/multimedia/opieplayer2/lib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/multimedia/opieplayer2/lib.cpp b/noncore/multimedia/opieplayer2/lib.cpp index 9d4b1be..040eab3 100644 --- a/noncore/multimedia/opieplayer2/lib.cpp +++ b/noncore/multimedia/opieplayer2/lib.cpp | |||
@@ -137,7 +137,7 @@ void Lib::initialize() | |||
137 | } | 137 | } |
138 | 138 | ||
139 | Lib::~Lib() { | 139 | Lib::~Lib() { |
140 | assert( isRunning() == false ) | 140 | assert( isRunning() == false ); |
141 | assert( m_initialized ); | 141 | assert( m_initialized ); |
142 | 142 | ||
143 | // free( m_config ); | 143 | // free( m_config ); |