From 26c5e507afb28eb01ff49998321982cc355bac05 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'. Reviewed-on: http://gerrit.openafs.org/10889 Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman (cherry picked from commit 8832cd4e61f04fa5c650060e968bd7834afebd92) Change-Id: I306107184667724e48d5c9c32a11ddc4c9748ce7 Reviewed-on: http://gerrit.openafs.org/10924 Tested-by: BuildBot Reviewed-by: Andrew Deason Reviewed-by: Stephan Wiesand --- 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