diff options
Diffstat (limited to 'util/mkdtemp.c')
-rw-r--r-- | util/mkdtemp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mkdtemp.c b/util/mkdtemp.c index 25ace4fc5..c0ee0bbdb 100644 --- a/util/mkdtemp.c +++ b/util/mkdtemp.c @@ -40,7 +40,7 @@ char *mkdtemp(char *template) { unsigned int attempts,idx,count=0; - byte *ch; + char *ch; idx=strlen(template); |