curl: Fix typo in header include guard

From clang's -Wheader-guard.
This commit is contained in:
Sean McBride 2013-09-19 12:59:27 -04:00 committed by Brad King
parent 5e2b499485
commit 7e7a1c0a50
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#ifndef __PARSEDATE_H
#define __PARSEDATEL_H
#define __PARSEDATE_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |