diff options
Diffstat (limited to 'src/include/edible.h')
-rw-r--r-- | src/include/edible.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/edible.h b/src/include/edible.h index 99340a5e..8af60c8f 100644 --- a/src/include/edible.h +++ b/src/include/edible.h @@ -103,7 +103,7 @@ extern int mode; /** One of the above # defines *****/ /** Here is the structure for storing bound pf-keys ***/ typedef struct Fkey { - char *str; + const char *str; short type; } fkey; |