From 8286d850ba8451e6acdad5f2083b8fb324e84717 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Tue, 7 Apr 2015 01:23:12 +0300 Subject: [PATCH] Correct a typo in a multiple inclusion guard --- source/http/response.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.0