Commit b4765307 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

fixed typo.

parent a8ea1e9e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
#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 */