diff options
Diffstat (limited to 'libguile/gsubr.c')
-rw-r--r-- | libguile/gsubr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/gsubr.c b/libguile/gsubr.c index 47e44613b..301a64888 100644 --- a/libguile/gsubr.c +++ b/libguile/gsubr.c @@ -129,7 +129,7 @@ scm_make_gsubr_with_generic (const char *name, } -SCM_DEFINE(scm_gsubr_apply, "gsubr-apply", 0, 0, 1, +SCM_DEFINE (scm_gsubr_apply, "gsubr-apply", 0, 0, 1, (SCM args), "") #define FUNC_NAME s_scm_gsubr_apply |