1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Removed blank lines

This commit is contained in:
James Booth 2013-05-06 01:12:05 +01:00
parent cb85af800f
commit cd06771ddf

View File

@ -771,8 +771,6 @@ ui_duck_result(const char * const result)
wprintw(windows[win_index]->win, "Result : ");
wattroff(windows[win_index]->win, COLOUR_THEM);
glong offset = 0;
while (offset < g_utf8_strlen(result, -1)) {
gchar *ptr = g_utf8_offset_to_pointer(result, offset);