summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/input/libreal/asmrp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/libreal/asmrp.c b/src/input/libreal/asmrp.c
index 45730eb90..df4f37774 100644
--- a/src/input/libreal/asmrp.c
+++ b/src/input/libreal/asmrp.c
@@ -362,7 +362,7 @@ static void asmrp_get_sym (asmrp_t *p) {
}
-static int asmrp_find_id (asmrp_t *p, char *s) {
+static int asmrp_find_id (asmrp_t *p, const char *s) {
int i;
@@ -374,7 +374,7 @@ static int asmrp_find_id (asmrp_t *p, char *s) {
return -1;
}
-static int asmrp_set_id (asmrp_t *p, char *s, int v) {
+static int asmrp_set_id (asmrp_t *p, const char *s, int v) {
int i;