Skip to content

Commit

Permalink
Fixed|Windows|GL|libgui: Build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 10, 2015
1 parent e225608 commit 5cebd2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doomsday/libgui/include/de/gui/libgui.h
Expand Up @@ -58,7 +58,6 @@
error == GL_STACK_UNDERFLOW? "GL_STACK_UNDERFLOW" : \
error == GL_OUT_OF_MEMORY? "GL_OUT_OF_MEMORY" : \
error == GL_INVALID_FRAMEBUFFER_OPERATION? "GL_INVALID_FRAMEBUFFER_OPERATION" : \
error == GL_CONTEXT_LOST? "GL_CONTEXT_LOST" : \
"?")

#ifndef NDEBUG
Expand Down

0 comments on commit 5cebd2f

Please sign in to comment.