From dd0a0134a6910f7643e9626617d850a84e107d10 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 7 Jun 2018 17:46:08 +0200 Subject: [PATCH] lib: Fix supported devices page title --- libfprint/fprint-list-supported-devices.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfprint/fprint-list-supported-devices.c b/libfprint/fprint-list-supported-devices.c index 9401f15..720cfc5 100644 --- a/libfprint/fprint-list-supported-devices.c +++ b/libfprint/fprint-list-supported-devices.c @@ -58,7 +58,7 @@ int main (int argc, char **argv) printed = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); - g_print ("%% Fingerprint reader support\n"); + g_print ("%% lifprint — Supported Devices\n"); g_print ("%% Bastien Nocera, Daniel Drake\n"); g_print ("%% 2018\n"); g_print ("\n");