curl: Fix typo in header include guard
From clang's -Wheader-guard.
This commit is contained in:
parent
5e2b499485
commit
7e7a1c0a50
|
@ -1,5 +1,5 @@
|
|||
#ifndef __PARSEDATE_H
|
||||
#define __PARSEDATEL_H
|
||||
#define __PARSEDATE_H
|
||||
/***************************************************************************
|
||||
* _ _ ____ _
|
||||
* Project ___| | | | _ \| |
|
||||
|
|
Loading…
Reference in New Issue