diff options
-rw-r--r-- | src/implementation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/implementation.c b/src/implementation.c index c3394ce..373060c 100644 --- a/src/implementation.c +++ b/src/implementation.c @@ -28,7 +28,7 @@ puglStrerror(const PuglStatus status) case PUGL_REALIZE_FAILED: return "View creation failed"; case PUGL_SET_FORMAT_FAILED: return "Failed to set pixel format"; case PUGL_CREATE_CONTEXT_FAILED: return "Failed to create drawing context"; - case PUGL_UNSUPPORTED: return "Unsupported operation"; + case PUGL_UNSUPPORTED: return "Unsupported operation"; } // clang-format on |