lib: Fix supported devices page title
This commit is contained in:
parent
5e24000799
commit
dd0a0134a6
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue