From ce8c400120a34b61a42240569f070fdfeec7fce3 Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Sun, 11 Mar 2012 18:18:58 -0300 Subject: [PATCH] Fixed misspelled include guard. --- src/host/pingrotate.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.1