diff options
Diffstat (limited to 'libbb/print_flags.c')
-rw-r--r-- | libbb/print_flags.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbb/print_flags.c b/libbb/print_flags.c index eaec731..0ebe842 100644 --- a/libbb/print_flags.c +++ b/libbb/print_flags.c @@ -1,5 +1,6 @@ /* vi: set sw=4 ts=4: */ -/* Print string that matches bit masked flags +/* + * Print string that matches bit masked flags * * Copyright (C) 2008 Natanael Copa <natanael.copa@gmail.com> * |