Explorar el Código

fix compiler warning: reaching end of non-void method

David Kalnischkies hace 16 años
padre
commit
61a07c57a8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      apt-pkg/acquire-item.cc

+ 1 - 0
apt-pkg/acquire-item.cc

@@ -1685,5 +1685,6 @@ string pkgAcqFile::Custom600Headers()
 {
    if (IsIndexFile)
       return "\nIndex-File: true";
+   return "";
 }
 									/*}}}*/