]> granicus.if.org Git - curl/commitdiff
fixed typo.
authorGunter Knauf <gk@gknw.de>
Wed, 15 Jul 2009 01:10:18 +0000 (01:10 +0000)
committerGunter Knauf <gk@gknw.de>
Wed, 15 Jul 2009 01:10:18 +0000 (01:10 +0000)
lib/memdebug.h

index 96cf4ad38422e1db13a858850a95b44a7ac01997..6e7e8d7f227b2913ce0f24f4c1bb5ab79d7799a5 100644 (file)
@@ -1,6 +1,6 @@
 #ifdef CURLDEBUG
-#ifndef _CURL_MEDEBUG_H
-#define _CURL_MEDEBUG_H
+#ifndef _CURL_MEMDEBUG_H
+#define _CURL_MEMDEBUG_H
 /***************************************************************************
  *                                  _   _ ____  _
  *  Project                     ___| | | |  _ \| |
@@ -125,5 +125,5 @@ CURL_EXTERN int curl_fclose(FILE *file, int line, const char *source);
 
 #endif /* MEMDEBUG_NODEFINES */
 
-#endif /* _CURL_MEDEBUG_H */
+#endif /* _CURL_MEMDEBUG_H */
 #endif /* CURLDEBUG */