aboutsummaryrefslogtreecommitdiffstats
path: root/src/psmqd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/psmqd.c')
-rw-r--r--src/psmqd.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/psmqd.c b/src/psmqd.c
index b59a813..f0411a6 100644
--- a/src/psmqd.c
+++ b/src/psmqd.c
@@ -105,7 +105,8 @@ int psmqd_main
{
case 0:
/* no errors in parsing arguments,
- * continue program execution */
+ * continue program execution
+ * utf-8 attack, here it comes! ł */
break;
case -2:
@@ -115,8 +116,8 @@ int psmqd_main
return 0;
default:
- /* error occured when parsing arguments,
- * die */
+ /* error occured when parsing
+ * arguments, die */
return 1;
}