Mercurial > audlegacy
changeset 194:2f351f6e4041 trunk
[svn] Fix an error on line 666, reported by Mikachu. Ironic that it *would* be line *666*.
author | nenolod |
---|---|
date | Tue, 15 Nov 2005 00:15:05 -0800 |
parents | 6ecdccd12cae |
children | 2e17a416825b |
files | audacious/main.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/audacious/main.c Mon Nov 14 23:48:31 2005 -0800 +++ b/audacious/main.c Tue Nov 15 00:15:05 2005 -0800 @@ -663,7 +663,7 @@ g_print("\n-i, --sm-client-id "); /* -i, --sm-client-id switch */ g_print(_("Previous session ID")); - g_print(_("\n-H, --headless "); + g_print("\n-H, --headless "); /* -h, --headless switch */ g_print(_("Headless operation [experimental]")); g_print("\n-v, --version ");