Add a forgotten ;

This commit is contained in:
heckflosse
2017-07-04 15:25:49 +02:00
parent 5451bf9351
commit 21d388d7ee

View File

@@ -315,7 +315,7 @@ std::string CacheManager::getMD5 (const Glib::ustring& fname)
try try
{ {
const auto info = file->query_info("standard::*") const auto info = file->query_info("standard::*");
if (info) { if (info) {
// We only use name and size to identify a file. // We only use name and size to identify a file.
const auto identifier = Glib::ustring::compose("%1%2", fname, info->get_size()); const auto identifier = Glib::ustring::compose("%1%2", fname, info->get_size());