mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- rcsim: user const types in struct key
This commit is contained in:
@@ -51,8 +51,8 @@ enum { // not defined in input.h but used like that, at least in 2.4.22
|
||||
};
|
||||
|
||||
struct key{
|
||||
char *name;
|
||||
unsigned long code;
|
||||
const char *name;
|
||||
const unsigned long code;
|
||||
};
|
||||
|
||||
static const struct key keyname[] = {
|
||||
|
Reference in New Issue
Block a user