diff options
Diffstat (limited to 'src/shared/qrcode-util.c')
-rw-r--r-- | src/shared/qrcode-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/qrcode-util.c b/src/shared/qrcode-util.c index 4a33c28bf2..6d2cf58fa3 100644 --- a/src/shared/qrcode-util.c +++ b/src/shared/qrcode-util.c @@ -93,7 +93,7 @@ int print_qrcode(FILE *out, const char *header, const char *string) { QRcode* qr; int r; - /* If this is not an UTF-8 system or ANSI colors aren't supported/disabled don't print any QR + /* If this is not a UTF-8 system or ANSI colors aren't supported/disabled don't print any QR * codes */ if (!is_locale_utf8() || !colors_enabled()) return -EOPNOTSUPP; |