diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-02 14:26:33 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-02 14:26:33 +0200 |
commit | 95f7953f2c46c7b9c799250aa8dc6eb10cc5c726 (patch) | |
tree | a59020f297e319343585b41e5afae9630dc8223d /e2fsprogs | |
parent | 18e781dc02cfc293d33b02f924ef70513c2f205a (diff) | |
download | busybox-w32-95f7953f2c46c7b9c799250aa8dc6eb10cc5c726.tar.gz busybox-w32-95f7953f2c46c7b9c799250aa8dc6eb10cc5c726.tar.bz2 busybox-w32-95f7953f2c46c7b9c799250aa8dc6eb10cc5c726.zip |
do not use `a' quoting style in comments
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'e2fsprogs')
-rw-r--r-- | e2fsprogs/e2fs_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/e2fs_lib.h b/e2fsprogs/e2fs_lib.h index f2ae56f43..ae28c353b 100644 --- a/e2fsprogs/e2fs_lib.h +++ b/e2fsprogs/e2fs_lib.h | |||
@@ -26,7 +26,7 @@ int fgetsetflags(const char *name, unsigned long *get_flags, unsigned long set_f | |||
26 | #define fgetflags(name, flags) fgetsetflags(name, flags, 0) | 26 | #define fgetflags(name, flags) fgetsetflags(name, flags, 0) |
27 | #define fsetflags(name, flags) fgetsetflags(name, NULL, flags) | 27 | #define fsetflags(name, flags) fgetsetflags(name, NULL, flags) |
28 | 28 | ||
29 | /* Must be 1 for compatibility with `int long_format'. */ | 29 | /* Must be 1 for compatibility with 'int long_format'. */ |
30 | #define PFOPT_LONG 1 | 30 | #define PFOPT_LONG 1 |
31 | /* Print file attributes on an ext2 file system */ | 31 | /* Print file attributes on an ext2 file system */ |
32 | void print_e2flags(FILE *f, unsigned long flags, unsigned options); | 32 | void print_e2flags(FILE *f, unsigned long flags, unsigned options); |