aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 0d0eae3..34e27c9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -34,8 +34,8 @@ enum msg_index {
MSG_CRYPTCMD_ERR,
MSG_NUM
};
-static const char *msg_arr[] = { "Please wait, got a piped password ..",
- "Please wait, busy ..",
+static const char *msg_arr[] = { "Please wait, got a piped password",
+ "Please wait, busy",
"check_fifo: %s is not a FIFO\n",
"check_fifo: %s error(%d): %s\n",
"fifo: cryptcreate busy",