1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

fixed typo.

This commit is contained in:
Gunter Knauf 2009-07-15 01:10:18 +00:00
parent a8ea1e9ef4
commit b476530755

View File

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