]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/doc/gcc/extensions-to-the-c-language-family/double-word-integers.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / doc / gcc / extensions-to-the-c-language-family / double-word-integers.rst
index 96d8bc3e2b822725823187c2e03e34723c95a8cc..a395682c6af88647fdd3461f374c891ff5ff3517 100644 (file)
@@ -32,4 +32,4 @@ expects type ``int`` for its argument, and you pass a value of type
 ``long long int``, confusion results because the caller and the
 subroutine disagree about the number of bytes for the argument.
 Likewise, if the function expects ``long long int`` and you pass
-``int``.  The best way to avoid such problems is to use prototypes.
\ No newline at end of file
+``int``.  The best way to avoid such problems is to use prototypes.