diff options
Diffstat (limited to 'src/lutris.c')
-rw-r--r-- | src/lutris.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lutris.c b/src/lutris.c index a5f8ebd..b53ebda 100644 --- a/src/lutris.c +++ b/src/lutris.c @@ -182,7 +182,7 @@ COMMAND(lutris, info) } else { - printf("Couldn't find an installer by the name `%s'\n", argv[1]); + printf("Couldn't find an installer by the name '%s'\n", argv[1]); } lutris_freeInstaller(&installer); |