summaryrefslogtreecommitdiff
path: root/xps/xps_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'xps/xps_util.c')
-rw-r--r--xps/xps_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xps/xps_util.c b/xps/xps_util.c
index cb84ba71..167171cc 100644
--- a/xps/xps_util.c
+++ b/xps/xps_util.c
@@ -78,7 +78,7 @@ skip_authority(char *path)
return p;
}
-#define SEP(x) ((x)=='/' || (x) == 0)
+#define SEP(x) ((x)=='/' || (x) == 0)
static char *
xps_clean_path(char *name)