Changes in uspace/app/ext2info/ext2info.c [1a86c50:1ff896e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/ext2info/ext2info.c
r1a86c50 r1ff896e 95 95 } 96 96 97 / * Skip program name */97 // Skip program name 98 98 --argc; ++argv; 99 99 … … 171 171 assert(argc == 1); 172 172 173 / * Display common things by default */173 // Display common things by default 174 174 if ((arg_flags & ARG_ALL) == 0) { 175 175 arg_flags = ARG_COMMON;
Note:
See TracChangeset
for help on using the changeset viewer.