Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
main: fix printf
  • Loading branch information
perexg committed Jun 19, 2015
1 parent cd17406 commit fb3e5eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.c
Expand Up @@ -474,7 +474,8 @@ show_usage
free(desc);
}
}
printf(_("\n"
printf("%s",
_("\n"
"For more information please visit the Tvheadend website:\n"
"https://tvheadend.org\n"));
exit(0);
Expand Down

0 comments on commit fb3e5eb

Please sign in to comment.