projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b90019f
)
Fix style of "else" clause.
author
Ben Pfaff
<blp@gnu.org>
Sun, 14 May 2006 20:11:50 +0000
(20:11 +0000)
committer
Ben Pfaff
<blp@gnu.org>
Sun, 14 May 2006 20:11:50 +0000
(20:11 +0000)
src/output/manager.c
patch
|
blob
|
history
diff --git
a/src/output/manager.c
b/src/output/manager.c
index ba9cfe94c4673898962a6918438cc60734e47b31..c8ff70c0d1a37917e2f1738512f181de7d3de6b6 100644
(file)
--- a/
src/output/manager.c
+++ b/
src/output/manager.c
@@
-279,7
+279,9
@@
render_segments (void)
{
assert (d->cp_y);
outp_eject_page (d);
- } else {
+ }
+ else
+ {
t->class->title (x_index ? x_index : y_index,
x_index ? y_index : 0);
t->class->render (x0, y0, x1, y1);