Commit 0ce12ee8 authored by Olivier Teulière's avatar Olivier Teulière

* skins2/parser/builder.cpp: fixed a warning

parent f8fad963
......@@ -528,6 +528,7 @@ void Builder::addText( const BuilderData::Text &rData )
{
msg_Err( getIntf(), "Invalid scrolling mode: %s",
rData.m_scrolling.c_str() );
return;
}
// Convert the alignment
......
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