Just one more typo

This commit is contained in:
erdgeist 2007-10-21 04:20:42 +00:00
parent 886421d2d5
commit 2cbb480865

View File

@ -432,6 +432,7 @@ SCRAPE_WORKAROUND:
case 7:
if( !byte_diff( data, 7, "announc" ) ) goto ANNOUNCE_WORKAROUND;
if( !byte_diff( data, 7, "anounce" ) ) goto ANNOUNCE_WORKAROUND;
if( !byte_diff( data, 7, "annouce" ) ) goto ANNOUNCE_WORKAROUND;
HTTPERROR_404;
case 8:
if( byte_diff( data, 8, "announce" ) ) HTTPERROR_404;