From 823172abd03b7cd2489a696f936eaee522d36882 Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Wed, 4 Apr 2001 10:42:12 +0000 Subject: Merged with RedHat patch - mainly documentation issues Added some forgotten _() around strings. Added sponsoring notes Removed mandatory -F from quotacheck. --- common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common.c') diff --git a/common.c b/common.c index f77f2e5..754c7ac 100644 --- a/common.c +++ b/common.c @@ -2,6 +2,7 @@ * * Common things for all utilities * + * Jan Kara - sponsored by SuSE CR */ #include @@ -71,4 +72,5 @@ void version(void) puts(_("EXT2_DIRECT")); #endif /* defined RPC && EXT2_DIRECT */ #endif /* defined RPC || EXT2_DIRECT */ + printf(_("Bugs to %s\n"), MY_EMAIL); } -- cgit v1.2.3