Changeset 784 for soft


Ignore:
Timestamp:
Feb 8, 2016, 2:59:30 PM (8 years ago)
Author:
alain
Message:

Cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/shell/shell.c

    r782 r784  
    6666        paths[ptw] = malloc( strlen(argv[1]) );
    6767        strcpy( paths[ptw] , argv[1] );
    68 
    69 giet_tty_printf("\n@@@ arg = %s / path = %s\n", argv[1] , paths[ptw] );
    70 
    7168        ptw = (ptw + 1) % FIFO_SIZE;
    7269
Note: See TracChangeset for help on using the changeset viewer.