1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-04-07 17:33:14 -04:00

Fix param

This commit is contained in:
Dave Davenport 2017-06-11 20:06:07 +02:00
parent f102ed7295
commit 5d3f69ff69

View file

@ -227,7 +227,7 @@ char * rofi_latin_to_utf8_strdup ( const char *input, gssize length );
/**
* @param text the string to escape
*
* Escape XML markup from the string. @param input is freed.
* Escape XML markup from the string. @param text is freed.
*
* @return the escaped string
*/