diff options
Diffstat (limited to 'Modules/FindAVIFile.cmake')
-rw-r--r-- | Modules/FindAVIFile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindAVIFile.cmake b/Modules/FindAVIFile.cmake index ce4e1e7..93fa400 100644 --- a/Modules/FindAVIFile.cmake +++ b/Modules/FindAVIFile.cmake @@ -33,7 +33,7 @@ if (UNIX) /usr/local/avifile/lib ) -endif (UNIX) +endif () # handle the QUIETLY and REQUIRED arguments and set AVIFILE_FOUND to TRUE if # all listed variables are TRUE |