Added whitespace cleanups.

This commit is contained in:
Rolf Ahrenberg 2008-12-16 12:51:59 +02:00
parent 5cf9b4af0b
commit eb2da4721c
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ void cFemonOsd::Action(void)
m_SvdrpVideoBitrate = strtol(s + 5, NULL, 10);
else if (!strncasecmp(s, "AUBR:", 5))
m_SvdrpAudioBitrate = strtol(s + 5, NULL, 10);
}
}
}
DrawInfoWindow();
DrawStatusWindow();