Changeset 479 for Whitix/branches/hybrid

Show
Ignore:
Timestamp:
05/10/08 19:15:53 (4 months ago)
Author:
mwhitworth
Message:

Small formatting fix.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/hybrid/kernel/load.c

    r230 r479  
    241241        int argCount; 
    242242 
    243         argCount=ExecCountArgs(args->argv,PAGE_SIZE*ARG_MAX_PAGES); 
     243        argCount=ExecCountArgs(args->argv, PAGE_SIZE*ARG_MAX_PAGES); 
    244244        if (argCount < 0) 
    245245                return argCount;