diff options
author | Junio C Hamano <junkio@cox.net> | 2007-04-29 06:38:52 (GMT) |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-29 09:05:11 (GMT) |
commit | e0173ad9fcabfcabe54d65be2c8b6602f61079e6 (patch) | |
tree | 168044577fed17a8dc4e365605360ee88668cec7 /progress.h | |
parent | f95673849c99baf3b10756e944d6ebe22394a2c0 (diff) | |
download | git-e0173ad9fcabfcabe54d65be2c8b6602f61079e6.zip git-e0173ad9fcabfcabe54d65be2c8b6602f61079e6.tar.gz git-e0173ad9fcabfcabe54d65be2c8b6602f61079e6.tar.bz2 |
Make macros to prevent double-inclusion in headers consistent.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'progress.h')
-rw-r--r-- | progress.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -#ifndef __progress_h__ -#define __progress_h__ +#ifndef PROGRESS_H +#define PROGRESS_H struct progress { const char *prefix; |