Skip to content

Commit

Permalink
Fix a missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Mar 28, 2022
1 parent 152bb3c commit 5568cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/m4/ruby_replace_funcs.m4
Expand Up @@ -8,6 +8,6 @@ AC_DEFUN([RUBY_REPLACE_FUNC], [dnl
])dnl
dnl
dnl RUBY_REPLACE_FUNCS [funcs] [included]
AC_DEFUN([RUBY_REPLACE_FUNCS] [dnl
AC_DEFUN([RUBY_REPLACE_FUNCS], [dnl
m4_map_args_w([$1], [RUBY_REPLACE_FUNC(], [), [$2]])dnl
])dnl

0 comments on commit 5568cd5

Please sign in to comment.