Changeset 18c9e6b in mainline for uspace/srv/fs/minixfs/mfs_ops.c


Ignore:
Timestamp:
2011-04-10T12:09:25Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5a841a4
Parents:
230229de
Message:

Fix warning if compiled without the DEBUG_MODE flag enabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs_ops.c

    r230229de r18c9e6b  
    556556out:
    557557
    558         if (*has_children)
     558        if (*has_children) {
    559559                mfsdebug("Has children\n");
    560         else
     560        } else {
    561561                mfsdebug("Has not children\n");
     562        }
    562563
    563564        return EOK;
Note: See TracChangeset for help on using the changeset viewer.