Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
e636d13f
...
e636d13fdd2ad6c2473bd4dcfe56634a99ac8897
authored
2002-01-15 21:55:55 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed indentation.
1 parent
bc72c596
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libmu_scm/mu_mailbox.c
libmu_scm/mu_mailbox.c
View file @
e636d13
...
...
@@ -73,7 +73,7 @@ mu_scm_mailbox_print (SCM mailbox_smob, SCM port, scm_print_state * pstate)
scm_puts
(
p
,
port
);
snprintf
(
buf
,
sizeof
(
buf
),
" (%d)"
,
count
);
scm_puts
(
buf
,
port
);
scm_puts
(
buf
,
port
);
}
else
scm_puts
(
"uninitialized"
,
port
);
...
...
Please
register
or
sign in
to post a comment