Changeset 591:49430e4770f1

Show
Ignore:
Timestamp:
06/08/08 00:49:49 (7 months ago)
Author:
Maxime Petazzoni <maxime.petazzoni@…>
Branch:
default
Message:

Fix the build by removing useless calls to nx_display_*().

Location:
nxos
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • nxos/base/lib/rcmd/rcmd.c

    r590 r591  
    4444  fserr = nx_fs_open(file, FS_FILE_MODE_OPEN, &fd); 
    4545  if (fserr != FS_ERR_NO_ERROR) { 
    46     nx_display_uint(fserr); 
    47     nx_display_end_line(); 
    4846    nx__rcmd_error(RCMD_ERR_READ_ERROR, file, 0); 
    4947    return; 
  • nxos/systems/tag-route/main.c

    r590 r591  
    2828void replay(char *filename); 
    2929void defrag(void); 
     30void stats(void); 
    3031 
    3132void record(char *filename) {