mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 12:53:53 +01:00
fix typo
This commit is contained in:
@@ -16,7 +16,7 @@ void Modulator_saveToFile(RDSModulatorParameters *emp, const char *option) {
|
|||||||
memcpy(&tempEncoder, emp, sizeof(RDSModulatorParameters));
|
memcpy(&tempEncoder, emp, sizeof(RDSModulatorParameters));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strcmp(option, "LEVL") == 0) {
|
if (strcmp(option, "LEVEL") == 0) {
|
||||||
tempEncoder.level = emp->level;
|
tempEncoder.level = emp->level;
|
||||||
} else if (strcmp(option, "RDSGEN") == 0) {
|
} else if (strcmp(option, "RDSGEN") == 0) {
|
||||||
tempEncoder.rdsgen = emp->rdsgen;
|
tempEncoder.rdsgen = emp->rdsgen;
|
||||||
|
|||||||
Reference in New Issue
Block a user