summaryrefslogtreecommitdiffstats
path: root/include/asprintf.h
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-02-27 15:02:20 +0100
committerGravatar Martin Szulecki2013-02-27 15:02:20 +0100
commit82429cd891bb26f2c5b77ff90e3e62eb60434bc6 (patch)
tree153028634b09716cb8606f224cf6ee89dcb3fb69 /include/asprintf.h
parentd5f91e4cfbe0ae7f9c909ab1061384bff75cd4c4 (diff)
downloadlibimobiledevice-82429cd891bb26f2c5b77ff90e3e62eb60434bc6.tar.gz
libimobiledevice-82429cd891bb26f2c5b77ff90e3e62eb60434bc6.tar.bz2
Make all "include guards" for all headers consistent
Diffstat (limited to 'include/asprintf.h')
-rw-r--r--include/asprintf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asprintf.h b/include/asprintf.h
index 65957e0..ce26aed 100644
--- a/include/asprintf.h
+++ b/include/asprintf.h
@@ -1,5 +1,5 @@
-#ifndef ASPRINTF_H
-#define ASPRINTF_H
+#ifndef __ASPRINTF_H
+#define __ASPRINTF_H
#ifdef HAVE_CONFIG_H
#include <config.h>