Another Clang fix (nw)

This commit is contained in:
R. Belmont 2013-10-25 03:14:09 +00:00
parent 37b480df3c
commit 9c7ff6a3bc

View File

@ -215,7 +215,7 @@ void fixedfreq_device::update_vid(double newval, attotime cur_time)
int pixels = round((cur_time - m_line_time).as_double() / m_clock_period.as_double());
attotime time = (cur_time - m_last_time);
if ((newval == m_vid))
if (newval == m_vid)
return;
ATTR_UNUSED int sync = sync_separator(time, newval);