Ignore:
Timestamp:
2020-11-04T20:22:25Z (4 years ago)
Author:
parth-27 <parth1020patel@…>
Parents:
0564ee47
Message:

grep command added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/clear/clear.c

    r0564ee47 r8d07f267  
    2929
    3030        /* Count the arguments */
    31         for (argc = 0; argv[argc] != NULL; argc++)
    32                 ;
     31        for (argc = 0; argv[argc] != NULL; argc++);
    3332
    3433        // printf("%s %s\n", TEST_ANNOUNCE, cmdname);
Note: See TracChangeset for help on using the changeset viewer.