summaryrefslogtreecommitdiffstats
path: root/mcop
diff options
context:
space:
mode:
Diffstat (limited to 'mcop')
-rw-r--r--mcop/debug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcop/debug.cc b/mcop/debug.cc
index be97528..d2d00f8 100644
--- a/mcop/debug.cc
+++ b/mcop/debug.cc
@@ -498,7 +498,7 @@ printf_string_upper_bound (const gchar *format,
while (*format)
{
- register gchar c = *format++;
+ gchar c = *format++;
if (c != '%')
len += 1;