Changeset 4e00f87 in mainline for uspace/lib/block/block.c


Ignore:
Timestamp:
2012-10-09T19:42:55Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
38fc00b
Parents:
062d900
Message:

Use NULL instead of 0 as a hash_table_ops_t member initializer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/block/block.c

    r062d900 r4e00f87  
    255255        .key_hash = cache_key_hash,
    256256        .key_equal = cache_key_equal,
    257         .equal = 0,
    258         .remove_callback = 0
     257        .equal = NULL,
     258        .remove_callback = NULL
    259259};
    260260
Note: See TracChangeset for help on using the changeset viewer.