summaryrefslogtreecommitdiff
path: root/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common.c')
-rw-r--r--common.c2
1 files changed, 2 insertions, 0 deletions
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 <jack@suse.cz> - sponsored by SuSE CR
*/
#include <stdio.h>
@@ -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);
}