Chore: fix a warning of warning

This commit is contained in:
李通洲
2024-10-05 11:33:57 +08:00
parent 67964363e8
commit b34283eaf0
+1 -1
View File
@@ -15,7 +15,7 @@
#if FF_HAVE_WORDEXP
#include <wordexp.h>
#elif FF_HAVE_GLOB
#warning "<wordexp.h> is not available, use <glob.h> instead
#warning "<wordexp.h> is not available, use <glob.h> instead"
#include <glob.h>
#else
#warning "Neither <wordexp.h> nor <glob.h> is available"