1
0
mirror of https://github.com/rofafor/vdr-plugin-femon.git synced 2023-10-10 13:36:53 +02:00

Added whitespace cleanups.

This commit is contained in:
Rolf Ahrenberg 2008-12-16 12:51:59 +02:00
parent 5cf9b4af0b
commit eb2da4721c

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();