Browse Source

Missed a semicolon

Jaywalker 6 years ago
parent
commit
a227e74c6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apt-pkg/contrib/fileutl.cc

+ 1 - 1
apt-pkg/contrib/fileutl.cc

@@ -180,7 +180,7 @@ static char *searchpath(const char *binaryname){
             strcpy(foundpath, binaryname);
             return foundpath;
         } else {
-	    return NULL
+	    return NULL;
 	}
     }