mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-11 07:30:57 +02:00
driver/radiotext.cpp: remove misleadingly indented lines
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3aec7f4146
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-13 (Mon, 13 Jan 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -390,7 +390,9 @@ fprintf(stderr, "MEC=0x%02x DSN=0x%02x PSN=0x%02x MEL=%02d STATUS=0x%02x MFL=%02
|
|||||||
free(temp);
|
free(temp);
|
||||||
if (S_Verbose >= 1)
|
if (S_Verbose >= 1)
|
||||||
printf("Radiotext[%d]: %s\n", RT_Index, RT_Text[RT_Index]);
|
printf("Radiotext[%d]: %s\n", RT_Index, RT_Text[RT_Index]);
|
||||||
RT_Index +=1; if (RT_Index >= S_RtOsdRows) RT_Index = 0;
|
RT_Index +=1;
|
||||||
|
if (RT_Index >= S_RtOsdRows)
|
||||||
|
RT_Index = 0;
|
||||||
}
|
}
|
||||||
RTP_TToggle = 0x03; // Bit 0/1 = Title/Artist
|
RTP_TToggle = 0x03; // Bit 0/1 = Title/Artist
|
||||||
RT_MsgShow = true;
|
RT_MsgShow = true;
|
||||||
|
Reference in New Issue
Block a user