diff options
Diffstat (limited to 'sim/ppc/lf.c')
-rw-r--r-- | sim/ppc/lf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/ppc/lf.c b/sim/ppc/lf.c index a3815a8..c40de5b 100644 --- a/sim/ppc/lf.c +++ b/sim/ppc/lf.c @@ -42,8 +42,8 @@ struct _lf { lf * -lf_open(char *name, - char *real_name, +lf_open(const char *name, + const char *real_name, lf_file_references references, lf_file_type type, const char *program) |