Add missing newlines in two header files.
authorUwe Hermann <uwe@hermann-uwe.de>
Sat, 19 Jan 2013 19:44:38 +0000 (20:44 +0100)
committerUwe Hermann <uwe@hermann-uwe.de>
Sat, 19 Jan 2013 19:44:38 +0000 (20:44 +0100)
Without the newlines, some compilers will spew warnings such as:

  cursor.h:83:37: error: no newline at end of file

(which will break the build due to -Werror, which is default-enabled)

This has been (for example) observed on FreeBSD 9.0's (patched) gcc 4.2.1.


No differences found