diff options
Diffstat (limited to 'mcop')
-rw-r--r-- | mcop/debug.cc | 2 |
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; |