diff --git a/src/Platform/magnum-info.cpp b/src/Platform/magnum-info.cpp index edd30f322..01912273b 100644 --- a/src/Platform/magnum-info.cpp +++ b/src/Platform/magnum-info.cpp @@ -95,9 +95,9 @@ MagnumInfo::MagnumInfo(int& argc, char** argv): WindowlessGlxApplication(argc, a if(c->isExtensionSupported(extension)) d << "SUPPORTED"; else if(c->isVersionSupported(extension.requiredVersion())) - d << " - "; + d << " -"; else - d << " --- "; + d << " ---"; } Debug() << "";