From 8832cd4e61f04fa5c650060e968bd7834afebd92 Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Thu, 13 Mar 2014 15:33:44 -0400 Subject: [PATCH] Use correct include guard for vol_prototypes.h Correct the case of the 'h'. Change-Id: Ib78cbff02ac881aa54c46832db94094f7a74ff5f Reviewed-on: http://gerrit.openafs.org/10889 Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- src/vol/vol_prototypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vol/vol_prototypes.h b/src/vol/vol_prototypes.h index eec1ccf26..e68e2210d 100644 --- a/src/vol/vol_prototypes.h +++ b/src/vol/vol_prototypes.h @@ -8,7 +8,7 @@ */ #ifndef _VOL_PROTOTYPES_H -#define _VOL_PROTOTYPES_h +#define _VOL_PROTOTYPES_H /* clone.c */ extern void CloneVolume(Error *, Volume *, Volume *, Volume *); -- 2.39.5