Browse Source

Fix missing return value.

Bill Hoffman 16 years ago
parent
commit
dc5d1edcfd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmSystemTools.cxx

+ 1 - 0
Source/cmSystemTools.cxx

@@ -2000,6 +2000,7 @@ int copy_data(struct archive *ar, struct archive *aw)
       return (r);
       }
     }
+  return r;
 }
 
 bool extract_tar(const char* outFileName, bool verbose,