mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-31 01:09:17 +02:00
fixes
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
#include "lib.h"
|
||||
#include "ascii_cmd.h"
|
||||
|
||||
#define CMD_MATCHES(a) (ustrcmp(cmd, (char *)a) == 0)
|
||||
#define CMD_MATCHES(a) (strcmp(cmd, (char *)a) == 0)
|
||||
|
||||
typedef struct {
|
||||
const char *cmd;
|
||||
|
||||
Reference in New Issue
Block a user