Work on ATA

This commit is contained in:
Adrien Bourmault 2019-05-23 23:29:29 +02:00
parent d0e7d197c1
commit 45e3731be8
1 changed files with 0 additions and 1 deletions

View File

@ -130,7 +130,6 @@ error_t CmdDumpATASect(int argc, char **argv, char *cmdline)
char sector[600] = {0}; char sector[600] = {0};
int sectNumber = ShAtoi(argv[1]); int sectNumber = ShAtoi(argv[1]);
int x = 0; int x = 0;
size_t ret;
if (!sectNumber) { if (!sectNumber) {
KernLog("Bad argument\n\n"); KernLog("Bad argument\n\n");