Fixed return doc spacing for GetGameFolderName (#515)

This commit is contained in:
ErikMinekus 2016-05-31 13:34:54 +02:00 committed by Nicholas Hastings
parent c42f73b66c
commit b9f7f20046

View File

@ -227,8 +227,7 @@ native int GetGameDescription(char[] buffer, int maxlength, bool original=false)
*
* @param buffer Buffer to store the directory name.
* @param maxlength Maximum size of the buffer.
*
* return Number of bytes written to the buffer (UTF-8 safe).
* @return Number of bytes written to the buffer (UTF-8 safe).
*/
native int GetGameFolderName(char[] buffer, int maxlength);