summaryrefslogtreecommitdiffstats
path: root/pop_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop_lib.c')
-rw-r--r--pop_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop_lib.c b/pop_lib.c
index 7fcca009..61cebba1 100644
--- a/pop_lib.c
+++ b/pop_lib.c
@@ -92,7 +92,7 @@ void pop_error (POP_DATA *pop_data, char *msg)
}
strfcpy (t, c, sizeof (pop_data->err_msg) - strlen (pop_data->err_msg));
- mutt_remove_trailing_ws (pop_data->err_msg);
+ mutt_remove_trailing_ascii_ws (pop_data->err_msg);
}
/* Parse CAPA output */