Skip to content

Commit

Permalink
c: Fix the const warning for the compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-Hsiang Lu authored and Dav1dde committed Jun 10, 2017
1 parent 5dc17f9 commit 3ee4f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glad/lang/c/loader/gl.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
static void free_exts(void) {
if (exts_i != NULL) {
free(exts_i);
free((void *)exts_i);
exts_i = NULL;
}
}
Expand Down

0 comments on commit 3ee4f2a

Please sign in to comment.