diff options
Diffstat (limited to 'protocols/Gadu-Gadu/src/dynstuff.h')
-rw-r--r-- | protocols/Gadu-Gadu/src/dynstuff.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Gadu-Gadu/src/dynstuff.h b/protocols/Gadu-Gadu/src/dynstuff.h index 8e36c67ede..c176207076 100644 --- a/protocols/Gadu-Gadu/src/dynstuff.h +++ b/protocols/Gadu-Gadu/src/dynstuff.h @@ -54,7 +54,7 @@ void string_insert_n(string_t s, int index, const char *str, int count); void string_clear(string_t s);
char *string_free(string_t s, int free_string);
-/* tablice stringów */
+/* tablice stringŃw */
char **array_make(const char *string, const char *sep, int max, int trim, int quotes);
char *array_join(char **array, const char *sep);
@@ -63,7 +63,7 @@ int array_count(char **array); int array_contains(char **array, const char *string, int casesensitive);
void array_free(char **array);
-/* rozszerzenia libców */
+/* rozszerzenia libcŃw */
const char *ditoa(long int i);
|