diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-12-22 17:32:19 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-12-22 17:50:12 +0200 |
commit | 8a8e8101d50ed702d6c45959c8b3f71fdb1e811f (patch) | |
tree | cc206cf63d285be98e8dc88f51c911ccbadda7ac /ubi-utils/src/common.c | |
parent | c036f9958b3719a949999ca4fe9866ba56b3f713 (diff) |
ubi-utils: fixes and cleanups
This patch fixes a libubi bug and does some random minor cleanups.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/src/common.c')
-rw-r--r-- | ubi-utils/src/common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ubi-utils/src/common.c b/ubi-utils/src/common.c index 761d47d..7ed1ade 100644 --- a/ubi-utils/src/common.c +++ b/ubi-utils/src/common.c @@ -18,6 +18,8 @@ /* * This file contains various common stuff used by UBI utilities. + * + * Author: Artem Bityutskiy */ #include <stdio.h> |