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

loplugin:subtlezeroinit: shell

Change-Id: Ie8bb360a92f11e7bbf57633c702c2c496f6ff9cc
üst 18339e9e
......@@ -265,7 +265,7 @@ private:
if (iso_lang_replacement_table_.end() == iter)
{
prt = new replacement_table_t();
prt = new replacement_table_t;
iso_lang_replacement_table_.insert(std::make_pair(iso_lang, prt));
}
else
......
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