Kaydet (Commit) a52c42ae authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:literaltoboolconversion

Change-Id: I513aeeabbb4d6fc48b6a95e034c311a454dd5ca7
üst a3066dd7
......@@ -205,7 +205,7 @@ static void parseLineAndFile(sal_Char* pBuf)
{
sal_Char *r = pBuf;
sal_Char *h;
bool bIsInMain = sal_False;
bool bIsInMain = false;
/* Skip initial '#' */
if (*r != '#')
......
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