summaryrefslogtreecommitdiff
path: root/ui/recent.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/recent.c')
-rw-r--r--ui/recent.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/recent.c b/ui/recent.c
index 45193bf95c..b8eeda637f 100644
--- a/ui/recent.c
+++ b/ui/recent.c
@@ -26,7 +26,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <ctype.h>
#include <errno.h>
#include "capture_opts.h"
@@ -1183,7 +1182,7 @@ recent_set_arg(char *prefarg)
* as we allow it in the preferences file, we might as well
* allow it here).
*/
- while (isspace((guchar)*p))
+ while (g_ascii_isspace(*p))
p++;
if (*p == '\0') {
/*