]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCacheItem.cpp
Fix crash with updateLabels(). I changed the the test in the assertion but endless...
[lyx.git] / src / graphics / GraphicsCacheItem.cpp
index 565be61f2fd0c6a0f61b3c3848298926d91b2684..3b7c3e871be2be59730e2d5f16e1669fcf1917fc 100644 (file)
@@ -422,7 +422,7 @@ void CacheItem::Impl::convertToDisplayFormat()
 
        if (ConverterCache::get().inCache(filename, to_)) {
                LYXERR(Debug::GRAPHICS) << "\tNo conversion needed (file in file cache)!"
-                                       << endl;
+                                       << endl;
                file_to_load_ = ConverterCache::get().cacheName(filename, to_);
                loadImage();
                return;