Use correct include guard for vol_prototypes.h
authorBenjamin Kaduk <kaduk@mit.edu>
Thu, 13 Mar 2014 19:33:44 +0000 (15:33 -0400)
committerStephan Wiesand <stephan.wiesand@desy.de>
Wed, 26 Mar 2014 20:13:49 +0000 (13:13 -0700)
Correct the case of the 'h'.

Reviewed-on: http://gerrit.openafs.org/10889
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
(cherry picked from commit 8832cd4e61f04fa5c650060e968bd7834afebd92)

Change-Id: I306107184667724e48d5c9c32a11ddc4c9748ce7
Reviewed-on: http://gerrit.openafs.org/10924
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

src/vol/vol_prototypes.h

index eec1ccf..e68e221 100644 (file)
@@ -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 *);