Removed blank lines
This commit is contained in:
@@ -771,8 +771,6 @@ ui_duck_result(const char * const result)
|
|||||||
wprintw(windows[win_index]->win, "Result : ");
|
wprintw(windows[win_index]->win, "Result : ");
|
||||||
wattroff(windows[win_index]->win, COLOUR_THEM);
|
wattroff(windows[win_index]->win, COLOUR_THEM);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
glong offset = 0;
|
glong offset = 0;
|
||||||
while (offset < g_utf8_strlen(result, -1)) {
|
while (offset < g_utf8_strlen(result, -1)) {
|
||||||
gchar *ptr = g_utf8_offset_to_pointer(result, offset);
|
gchar *ptr = g_utf8_offset_to_pointer(result, offset);
|
||||||
|
|||||||
Reference in New Issue
Block a user