From: Mikko Rasa Date: Mon, 6 Apr 2015 22:23:12 +0000 (+0300) Subject: Correct a typo in a multiple inclusion guard X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=commitdiff_plain;h=8286d850ba8451e6acdad5f2083b8fb324e84717 Correct a typo in a multiple inclusion guard --- diff --git a/source/http/response.h b/source/http/response.h index d721ad8..bb471f0 100644 --- a/source/http/response.h +++ b/source/http/response.h @@ -1,5 +1,5 @@ #ifndef MSP_HTTP_RESPONSE_H_ -#define MSP_HTTO_RESPONSE_H_ +#define MSP_HTTP_RESPONSE_H_ #include "message.h" #include "status.h"