Fix a minor indentation issue in clipboard.h
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6663 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
3e96bd6b1d
commit
1d9dd3ea82
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue