mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
[ruby] const
This commit is contained in:
parent
53afb21279
commit
192cb6f380
@ -47,7 +47,7 @@ erb_report_error(struct session *ses, int error)
|
||||
VALUE eclass;
|
||||
VALUE einfo;
|
||||
char buff[MAX_STR_LEN];
|
||||
char *msg;
|
||||
const char *msg;
|
||||
|
||||
/* XXX: Ew. These are from the Ruby internals. */
|
||||
#define TAG_RETURN 0x1
|
||||
|
Loading…
Reference in New Issue
Block a user