Parcourir la source

Missed a semicolon

Jaywalker il y a 7 ans
Parent
commit
a227e74c6e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
 	}
     }