fixed comment about the return value of spnav_dev_name

pull/15/head
John Tsiombikas 2022-03-25 12:09:50 +02:00
rodzic b1cf3f7bad
commit 0d42288b4e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -189,7 +189,7 @@ int spnav_select_device(int dev);
* If buf is not null, the name is copied into buf. No more than bufsz bytes are
* written, including the zero terminator.
* The number of bytes that would have been written assuming enough space in buf
* are returned, including the zero terminator.
* are returned, excluding the zero terminator.
*/
int spnav_dev_name(char *buf, int bufsz);