mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 12:53:53 +01:00
add missing semicolon
This commit is contained in:
@@ -312,7 +312,7 @@ static void handle_udg2(unsigned char *arg, RDSModulator* mod) {
|
|||||||
|
|
||||||
static void handle_init(unsigned char *arg, RDSModulator* mod) {
|
static void handle_init(unsigned char *arg, RDSModulator* mod) {
|
||||||
(void)arg;
|
(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
|
// Command tables organized by delimiter position and command length
|
||||||
|
|||||||
Reference in New Issue
Block a user