Skip to content

Commit b34283e

Browse files
committed
Chore: fix a warning of warning
1 parent 6796436 commit b34283e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/io/io_unix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#if FF_HAVE_WORDEXP
1616
#include <wordexp.h>
1717
#elif FF_HAVE_GLOB
18-
#warning "<wordexp.h> is not available, use <glob.h> instead
18+
#warning "<wordexp.h> is not available, use <glob.h> instead"
1919
#include <glob.h>
2020
#else
2121
#warning "Neither <wordexp.h> nor <glob.h> is available"

0 commit comments

Comments
 (0)