mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
formatting fix
* libguile/filesys.c (scm_canonicalize_path): Format fix.
This commit is contained in:
parent
4597cd2027
commit
427c73b9ca
1 changed files with 2 additions and 1 deletions
|
@ -1638,7 +1638,8 @@ SCM_DEFINE (scm_canonicalize_path, "canonicalize-path", 1, 0, 0,
|
|||
"separators (@code{/}) nor symlinks.\n\n"
|
||||
"Raises an error if any component of @var{path} does not exist.")
|
||||
#define FUNC_NAME s_scm_canonicalize_path
|
||||
{ char *str, *canon;
|
||||
{
|
||||
char *str, *canon;
|
||||
|
||||
SCM_VALIDATE_STRING (1, path);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue