* mu-guile, mu-guile-message: cleanups, fix some small leaks

This commit is contained in:
djcb
2012-01-09 08:21:35 +02:00
parent ba3448fe30
commit e650e6e212
3 changed files with 52 additions and 44 deletions

View File

@ -80,7 +80,7 @@ SCM mu_guile_error (const char *func_name, int status,
*
* @return a guile string or #f
*/
SCM scm_from_string_or_null (const char *str);
SCM scm_from_str_or_null (const char *str);
/**