Changeset 75c426b4 in mainline


Ignore:
Timestamp:
2008-02-19T21:59:52Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d1ce550
Parents:
f1af679
Message:

Remove duplicate initialization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/tmpfs/tmpfs_ops.c

    rf1af679 r75c426b4  
    392392        } else {
    393393                int i;
    394                 tmpfs_dentry_t *cur = dentry->child;
     394                tmpfs_dentry_t *cur;
    395395               
    396396                assert(dentry->type == TMPFS_DIRECTORY);
Note: See TracChangeset for help on using the changeset viewer.