commit | d4ecec45ab0d9d291bcac575988f68993ec98bd0 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Jul 26 00:49:14 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Jul 26 00:49:14 2014 -0400 |
tree | 70cb06e04f613295607f19c4de8cea2ada62ef17 | |
parent | baab9f43bf0ecacd043dafb2de29163da5deaf24 [diff] |
libext2fs: use C99 initializers for the io_manager structure Using C99 initializers makes the code a bit more readable, and it avoids some gcc -Wall warnings regarding missing initializers. Signed-off-by: Theodore Ts'o <tytso@mit.edu>