summaryrefslogtreecommitdiffstats
path: root/src/u_path.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/u_path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/u_path.h b/src/u_path.h
index d2f31e5..16b02dc 100644
--- a/src/u_path.h
+++ b/src/u_path.h
@@ -23,7 +23,7 @@ struct s_path
size_t dstsize;
};
-uint8_t u_search_in_path(char fullpath[],
+unsigned char u_search_in_path(char fullpath[],
const char com[],
size_t dstsize,
t_msh *msh);