commit e8ef32c00548fcf3e11958295afb7ed22f42ded8 Author: David Malcolm dmalcolm@redhat.com Date: Thu Sep 29 16:31:18 2011 -0400
docs: Fix the line-number range of the example input
docs/working-with-c.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/docs/working-with-c.rst b/docs/working-with-c.rst index 7e7e5e7..f966789 100644 --- a/docs/working-with-c.rst +++ b/docs/working-with-c.rst @@ -66,7 +66,7 @@ The Python code for this is: Given this sample C source file:
.. literalinclude:: ../tests/examples/spelling-checker/input.c - :lines: 19-26 + :lines: 19-29 :language: c
these warnings are emitted on stderr:
gcc-python-plugin-commits@lists.stg.fedorahosted.org