Skip to content

Commit

Permalink
Add missing const qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Zimmermann committed Sep 18, 2019
1 parent 68d0ea2 commit aef174c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/open.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ value caml_gr_sigio_handler(void)

/* Processing of graphic errors */

static value * graphic_failure_exn = NULL;
static const value * graphic_failure_exn = NULL;

void caml_gr_fail(const char *fmt, const char *arg)
{
Expand Down

0 comments on commit aef174c

Please sign in to comment.