aboutsummaryrefslogtreecommitdiffstats
path: root/src/runesd.c
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-02 04:34:55 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-02 04:37:17 -0400
commit252dcc89a68b81e1fe7f759d33e8a49fab155c7c (patch)
tree1ac7bc4dcdb0f55a98e4a077147d10a057878a7e /src/runesd.c
parent1b5814ba53290e513085fd7e19e7545da613ee53 (diff)
downloadrunes-252dcc89a68b81e1fe7f759d33e8a49fab155c7c.tar.gz
runes-252dcc89a68b81e1fe7f759d33e8a49fab155c7c.zip
clean up runes_warn/runes_die handling
Diffstat (limited to 'src/runesd.c')
-rw-r--r--src/runesd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runesd.c b/src/runesd.c
index b24eb6f..0e1cff6 100644
--- a/src/runesd.c
+++ b/src/runesd.c
@@ -11,7 +11,7 @@ int main (int argc, char *argv[])
UNUSED(argv);
if (argc > 1) {
- runes_die("runesd takes no arguments; pass them to runesc instead.\n");
+ runes_die("runesd takes no arguments; pass them to runesc instead.");
}
setlocale(LC_ALL, "");