Skip to content

Commit

Permalink
;
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed May 16, 2004
1 parent 57cf480 commit 6d7346f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ext_skel
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ cat >config.w32 <<eof
// ARG_ENABLE("$extname", "enable $extname support", "no");
if (PHP_$EXTNAME != "no") {
EXTENSION("$extname", "$extname.c")
EXTENSION("$extname", "$extname.c");
}
eof
Expand Down

0 comments on commit 6d7346f

Please sign in to comment.