Code cleanup

This commit is contained in:
Michiel Broek
2005-08-20 12:47:31 +00:00
parent 2514a3ea85
commit 38d030b4e0
2 changed files with 6 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
* Purpose ...............: Archive unpacker
*
*****************************************************************************
* Copyright (C) 1997-2004
* Copyright (C) 1997-2005
*
* Michiel Broek FIDO: 2:280/2802
* Beekmansbos 10
@@ -78,7 +78,6 @@ char *unpacker(char *fn)
}
if (memcmp(buf,"ustar",5) == 0) return (char *)"TAR"; /* GNU/Posix tar */
Syslog('p', "Unknown compress scheme in file %s", fn);
return NULL;
}