make style

This commit is contained in:
Philippe Teuwen 2020-04-26 11:18:04 +02:00
parent 99eadded05
commit 7cd509c77c
3 changed files with 117 additions and 119 deletions

View file

@ -149,7 +149,7 @@ bool create_path(const char *dirname) {
return false;
if ((strlen(dirname) == 1) && (dirname[0] == '/'))
return true;
return true;
if ((strlen(dirname) == 2) && (dirname[1] == ':'))
return true;