diff options
Diffstat (limited to 'src/debug.c')
-rw-r--r-- | src/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.c b/src/debug.c index 8c286e8..6ebc179 100644 --- a/src/debug.c +++ b/src/debug.c @@ -40,7 +40,7 @@ #include "debug.h" -/* Log the formatted string FORMAT at debug category CAT or higher. */ +/* Log the formatted string FORMAT at debug category CAT higher. */ void _assuan_debug (assuan_context_t ctx, unsigned int cat, const char *format, ...) { |