X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_recv.c;h=5717692ce2133e548fee68552787cd89c9c69fc0;hp=9ade8dfbc4063d2f9179c190c2e8233bf22c56ae;hb=e65bdaa6b207d5cd409acaa5d0d33fe85dd7a28d;hpb=840725e10602abd8187428924040f4bf3e04594c diff --git a/http_recv.c b/http_recv.c index 9ade8dfb..5717692c 100644 --- a/http_recv.c +++ b/http_recv.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2010 Andre Noll + * Copyright (C) 2005-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -8,7 +8,6 @@ #include #include -#include #include "para.h" #include "error.h" @@ -49,7 +48,7 @@ struct private_http_recv_data { * The file descriptor used for receiving the http stream. * * The pre_select function of the http receiver adds this file descriptor to - * the set of file decriptors which are checked for reading/writing (depending + * the set of file descriptors which are checked for reading/writing (depending * on the current status) by the select loop of the application (para_audiod or * para_recv). *