Skip to content

Commit b30ddf9

Browse files
committed
Fix indent for comment
1 parent 9293d08 commit b30ddf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pspell/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PHP_ARG_WITH([pspell],
44
[Include PSPELL support. GNU Aspell version 0.50.0 or higher required])])
55

66
if test "$PHP_PSPELL" != "no"; then
7-
dnl Add -Wno-strict-prototypes as depends on user libs
7+
dnl Add -Wno-strict-prototypes as depends on user libs
88
PHP_NEW_EXTENSION(pspell, pspell.c, $ext_shared, , "-Wno-strict-prototypes")
99
if test "$PHP_PSPELL" != "yes"; then
1010
PSPELL_SEARCH_DIRS=$PHP_PSPELL

0 commit comments

Comments
 (0)