Changeset 45

Show
Ignore:
Timestamp:
02/15/10 12:08:31 (7 months ago)
Author:
Carsten
Message:

Applied patch by Ettl Martin for removing redundant ')' in macro declaration.
Closes #6.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cafu/trunk/ExtLibs/libpng/pngtest.c

    r44 r45  
    4343#  define READFILE(file, data, length, check) \ 
    4444     if (ReadFile(file, data, length, &check, NULL)) check = 0 
    45 #  define WRITEFILE(file, data, length, check)) \ 
     45#  define WRITEFILE(file, data, length, check) \ 
    4646     if (WriteFile(file, data, length, &check, NULL)) check = 0 
    4747#  define FCLOSE(file) CloseHandle(file)