diff -r de051d2bd80b -r d0f41342ef51 src/primitives.cpp --- a/src/primitives.cpp Tue Jul 02 23:02:53 2013 +0300 +++ b/src/primitives.cpp Tue Jul 02 23:29:57 2013 +0300 @@ -251,7 +251,7 @@ PrimitiveCategory::Type type = PrimitiveCategory::Filename; if (cmd == "f") { type = PrimitiveCategory::Filename; - } else if (cmd == "t") { + } elif (cmd == "t") { type = PrimitiveCategory::Title; } else continue;