Differences From Artifact [578504b7ea]:
- File src/graph.c — part of check-in [64aa186ae4] at 2011-05-12 00:40:42 on branch trunk — Futher improments to the display of individual file timeline graphs. (user: drh size: 17017) [more...]
To Artifact [a936701e08]:
- File src/graph.c — part of check-in [a496d8e88d] at 2012-03-29 14:54:45 on branch mgagnon_fix — Add vim modline everywhere (user: mgagnon size: 17059)
| ︙ | ︙ | |||
555 556 557 558 559 560 561 | /* ** Find the maximum rail number. */ find_max_rail(p); p->nErr = 0; } | > > > > > | 555 556 557 558 559 560 561 562 563 564 565 566 | /* ** Find the maximum rail number. */ find_max_rail(p); p->nErr = 0; } /* * vim:ts=2:sts=2:et:sw=2:ft=c */ |