Changeset 591:49430e4770f1
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r590
|
r591
|
|
| 44 | 44 | fserr = nx_fs_open(file, FS_FILE_MODE_OPEN, &fd); |
| 45 | 45 | if (fserr != FS_ERR_NO_ERROR) { |
| 46 | | nx_display_uint(fserr); |
| 47 | | nx_display_end_line(); |
| 48 | 46 | nx__rcmd_error(RCMD_ERR_READ_ERROR, file, 0); |
| 49 | 47 | return; |
-
|
r590
|
r591
|
|
| 28 | 28 | void replay(char *filename); |
| 29 | 29 | void defrag(void); |
| | 30 | void stats(void); |
| 30 | 31 | |
| 31 | 32 | void record(char *filename) { |