Skip to content

Commit

Permalink
Fix go-gl-legacy#167 incompatible pointer types warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
simleb committed Dec 25, 2014
1 parent 8f5144a commit 544e729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debugoutput.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import "unsafe"
// GLenum severity,
// GLsizei length,
// const GLchar* message,
// void* userParam)
// const void* userParam)
// {
// goDebugCB(source, type, id, severity, length, (char *)message);
// }
Expand Down

0 comments on commit 544e729

Please sign in to comment.