minor guile fixes

This commit is contained in:
djcb
2012-01-01 22:47:03 +02:00
parent e8869448ab
commit 26a2f17bca
2 changed files with 2 additions and 1 deletions

View File

@ -556,7 +556,7 @@ SCM_DEFINE_PUBLIC (mu_initialize, "mu:initialize", 0, 1, 0,
/* cleanup when we're exiting */
g_atexit (uninit_mu);
return SCM_BOOL_T;
return SCM_UNSPECIFIED;
}
#undef FUNC_NAME

View File

@ -119,3 +119,4 @@ argument, and returns some number. For example, to get the average message size
(if (= count 0)
0
(exact->inexact (/ sum count)))))