diff options
Diffstat (limited to 'libqcdm/src')
-rw-r--r-- | libqcdm/src/errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libqcdm/src/errors.c b/libqcdm/src/errors.c index 12b8d552..78689a32 100644 --- a/libqcdm/src/errors.c +++ b/libqcdm/src/errors.c @@ -23,8 +23,8 @@ void _qcdm_log (const char *file, int line, const char *func, - int level, int domain, + int level, const char *format, ...) { |