Ignore:
Timestamp:
Jun 27, 2011, 6:40:13 PM (14 years ago)
Author:
Markus Thielen
Message:

added support for os2trace (buggy; messages get swallowed); reverted last change that ignored unknown command line arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/os2ahci.c

    r110 r111  
    307307
    308308      default:
    309         cprintf("unknown option: /%c - ignored\n", *s);
    310         break;
     309        cprintf("unknown option: /%c\n", *s);
     310        goto init_fail;
    311311      }
    312312    }
Note: See TracChangeset for help on using the changeset viewer.