Fix a minor indentation issue in clipboard.h

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6663 4a71c877-e1ca-e34f-864e-861f7616d084
master
Freddie Witherden 2009-02-19 20:43:42 +00:00
parent 3e96bd6b1d
commit 1d9dd3ea82
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@
* empty, or populated with non-textual data NULL is returned. The character set
* of the returned is guaranteed to be UTF-8.
*
* It remains the responsibility of the caller to free() the string when finished
* with it.
* It remains the responsibility of the caller to free() the string when
* finished with it.
*
* @return The textual contents of the clipboard (if any), otherwise NULL.
*/