Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/fmtutil/fmtutil.c

    r28a5ebd rd1582b50  
    217217                        line_len = 0;
    218218                }
    219                 /* Check if we need to force wrap of long word*/
     219                /* Check if we need to force wrap of long word */
    220220                if (pos - word_start > width) {
    221221                        consumer(wstr + word_start, width, last, data);
Note: See TracChangeset for help on using the changeset viewer.