From: Guilherme Maciel Ferreira Date: Sun, 11 Mar 2012 21:18:58 +0000 (-0300) Subject: Fixed misspelled include guard. X-Git-Tag: v1.5~1^2~4 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=ce8c400120a34b61a42240569f070fdfeec7fce3;p=pingcheck Fixed misspelled include guard. --- diff --git a/src/host/pingrotate.h b/src/host/pingrotate.h index f666d11..e4ad557 100644 --- a/src/host/pingrotate.h +++ b/src/host/pingrotate.h @@ -18,8 +18,8 @@ on this file might be covered by the GNU General Public License. */ -#ifndef PIN_GROTATE_H -#define PIN_GROTATE_H +#ifndef PING_ROTATE_H +#define PING_ROTATE_H #include