X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libi3%2Fstring.c;h=9efa369037a9b96a8d115dfd4c4366afa7873fdc;hb=e4d2b385529847b926a716731be4a8c22ed79007;hp=a078b33e2b955494f34a2a7c37c21c398bd1a2bc;hpb=aa8215194cecd6e791f1b560799e9bd641b431f4;p=i3%2Fi3 diff --git a/libi3/string.c b/libi3/string.c index a078b33e..9efa3690 100644 --- a/libi3/string.c +++ b/libi3/string.c @@ -99,7 +99,7 @@ i3String *i3string_from_ucs2(const xcb_char2b_t *from_ucs2, size_t num_glyphs) { return str; } -/** +/* * Copies the given i3string. * Note that this will not free the source string. */