summaryrefslogtreecommitdiff
path: root/src/lib/exceptions.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/exceptions.cc')
-rw-r--r--src/lib/exceptions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exceptions.cc b/src/lib/exceptions.cc
index 9350430f9..ebb607b94 100644
--- a/src/lib/exceptions.cc
+++ b/src/lib/exceptions.cc
@@ -125,7 +125,7 @@ KDMError::KDMError (string s, string d)
}
-GLError::GLError (char const * last, int e)
+GLError::GLError (char const* last, int e)
: runtime_error (String::compose("%1 failed %2", last, e))
{