Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/clui/tinput.c

    r13c4fe0 r6d5e378  
    630630                        }
    631631                }
    632                 if ((display_col % ti->con_cols) > 0) printf("\n");
     632                if ((display_col % ti->con_cols) > 0)
     633                        printf("\n");
    633634        }
    634635        fflush(stdout);
Note: See TracChangeset for help on using the changeset viewer.