driver/radiotext.cpp: little syntax fix

Origin commit data
------------------
Branch: ni/coolstream
Commit: f8a84f8787
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-08 (Tue, 08 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-05-08 16:17:27 +04:00
parent 61f773fbb6
commit ec295959ef

View File

@@ -427,7 +427,7 @@ fprintf(stderr, "MEC=0x%02x DSN=0x%02x PSN=0x%02x MEL=%02d STATUS=0x%02x MFL=%02
RTP_TToggle = 0x03; // Bit 0/1 = Title/Artist
RT_MsgShow = true;
S_RtOsd = 1;
RT_Info = (RT_Info > 0) ? : 1;
RT_Info = (RT_Info > 0) ? RT_Info : 1;
RadioStatusMsg();
}