Follow-up to r215724: fix a lint warning

llvm-svn: 215725
This commit is contained in:
Timur Iskhodzhanov 2014-08-15 16:10:02 +00:00
parent 5c84264194
commit 48e21c07c1
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ void _free_dbg(void *ptr, int) {
}
ALLOCATION_FUNCTION_ATTRIBUTE
void cfree(void *) {
void cfree(void *ptr) {
CHECK(!"cfree() should not be used on Windows");
}