diff options
Diffstat (limited to 'libsylph/utils.c')
-rw-r--r-- | libsylph/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/utils.c b/libsylph/utils.c index c45563c5..c6427cfd 100644 --- a/libsylph/utils.c +++ b/libsylph/utils.c @@ -3374,7 +3374,7 @@ void debug_print(const gchar *format, ...) g_print("%s", buf); } -void print_status(const gchar *format, ...) +void status_print(const gchar *format, ...) { va_list args; gchar buf[BUFFSIZE]; |