0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00

add missing semicolon

This commit is contained in:
2025-03-15 12:42:33 +01:00
parent 4c8385b726
commit 688c437060

View File

@@ -312,7 +312,7 @@ static void handle_udg2(unsigned char *arg, RDSModulator* mod) {
static void handle_init(unsigned char *arg, RDSModulator* mod) {
(void)arg;
set_rds_defaults(mod->enc, mod->enc->program)
set_rds_defaults(mod->enc, mod->enc->program);
}
// Command tables organized by delimiter position and command length