* cosmetics

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-14 22:31:05 +03:00
parent 391f2a43eb
commit 1424f62fbd
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ SCM_DEFINE (store_foreach, "mu:store:foreach", 1, 1, 0,
MuMsg *msg; MuMsg *msg;
msg = mu_msg_iter_get_msg (iter, NULL); msg = mu_msg_iter_get_msg (iter, NULL);
msgsmob = mu_guile_msg_to_scm (mu_msg_ref (msg)); msgsmob = mu_guile_msg_to_scm (mu_msg_ref(msg));
scm_call_1 (FUNC, msgsmob); scm_call_1 (FUNC, msgsmob);
++count; ++count;