Ver código fonte

fix compiler warning: reaching end of non-void method

David Kalnischkies 16 anos atrás
pai
commit
61a07c57a8
1 arquivos alterados com 1 adições e 0 exclusões
  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 "";
 }
 									/*}}}*/