From 06fea06d57994283b09d980c29992e7ed1eb1c76 Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Thu, 16 Jan 2014 07:36:44 +0000 Subject: [PATCH] Also change the idempotency #ifdef to reflect the name change. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1263 81a1dc3b-b13d-400b-aceb-764788c761c2 --- flip2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flip2.h b/flip2.h index cff5a040..a8c76753 100644 --- a/flip2.h +++ b/flip2.h @@ -18,8 +18,8 @@ /* $Id$ */ -#ifndef flip_h -#define flip_h +#ifndef flip2_h +#define flip2_h #include "pgm.h" @@ -34,4 +34,4 @@ extern void flip2_initpgm(PROGRAMMER * pgm); } #endif -#endif /* flip_h */ +#endif /* flip2_h */