Explorar o código

Add missing return so this builds on mingw.

svn:r8649
Andrew Lewman %!s(int64=19) %!d(string=hai) anos
pai
achega
563be121c2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/common/util.c

+ 1 - 0
src/common/util.c

@@ -1545,6 +1545,7 @@ path_is_relative(const char *filename)
     return 0;
   else if (filename && strlen(filename)>3 && TOR_ISALPHA(filename[0]) &&
            filename[1] == ':' && filename[2] == '\\')
+    return 0;
 #endif
   else
     return 1;