From e0173ad9fcabfcabe54d65be2c8b6602f61079e6 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 28 Apr 2007 23:38:52 -0700 Subject: Make macros to prevent double-inclusion in headers consistent. Signed-off-by: Junio C Hamano --- progress.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'progress.h') diff --git a/progress.h b/progress.h index 4ee851acfb..5ae1a89e5a 100644 --- a/progress.h +++ b/progress.h @@ -1,5 +1,5 @@ -#ifndef __progress_h__ -#define __progress_h__ +#ifndef PROGRESS_H +#define PROGRESS_H struct progress { const char *prefix; -- cgit v1.2.1