summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schauenberg <d@unwiredcouch.com>2011-02-02 11:11:19 +0100
committerDaniel Schauenberg <d@unwiredcouch.com>2011-02-02 11:11:19 +0100
commitbaa6cd4c79d7118f0c1f938d9016dbe83afc8089 (patch)
treed3966f0dbf92787f778595a850914804a394a827
parentcb05151b4dc324fd1b1cb5bc088a214a34f55a37 (diff)
downloadrabbitmq-c-github-ask-baa6cd4c79d7118f0c1f938d9016dbe83afc8089.tar.gz
match overall style of header guards
-rw-r--r--librabbitmq/utils/strdup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/librabbitmq/utils/strdup.h b/librabbitmq/utils/strdup.h
index 1571763..4478cbd 100644
--- a/librabbitmq/utils/strdup.h
+++ b/librabbitmq/utils/strdup.h
@@ -1,5 +1,5 @@
-#ifndef LIBRABBITMQ_STRDUP_H_
-#define LIBRABBITMQ_STRDUP_H_
+#ifndef librabbitmq_strdup_h
+#define librabbitmq_strdup_h
/* strdup is not in ISO C90!
* we define it here for easy inclusion
*/