Sfoglia il codice sorgente

Missed a semicolon

Jaywalker 7 anni fa
parent
commit
a227e74c6e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
 	}
     }