Skip to content

Commit

Permalink
Add const qualifiers for owl_errqueue *.
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
  • Loading branch information
andersk committed Aug 15, 2009
1 parent 9cf96c8 commit 5b256de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ void owl_errqueue_append_err(owl_errqueue *eq, const char *msg)
}

/* fmtext should already be initialized */
void owl_errqueue_to_fmtext(owl_errqueue *eq, owl_fmtext *fm)
void owl_errqueue_to_fmtext(const owl_errqueue *eq, owl_fmtext *fm)
{
int i, j;

Expand Down

0 comments on commit 5b256de

Please sign in to comment.