Commit 64f77432 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge pull request #173 from albert-github/feature/bug_730418

Bug 730418 - man page extension is incorrect
parents 99433b3d f25d896d
......@@ -56,7 +56,7 @@ static QCString getExtension()
ext = ext.mid(1);
}
}
if (ext.at(0)<='0' || ext.at(0)>='9')
if (ext.at(0)<'0' || ext.at(0)>'9')
{
ext.prepend("3");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment