diff options
Diffstat (limited to 'lib-src/hexl.c')
| -rw-r--r-- | lib-src/hexl.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib-src/hexl.c b/lib-src/hexl.c index f03663ef5be..08da0075269 100644 --- a/lib-src/hexl.c +++ b/lib-src/hexl.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Convert files for Emacs Hexl mode. | 1 | /* Convert files for Emacs Hexl mode. |
| 2 | Copyright (C) 1989, 2001-2011 Free Software Foundation, Inc. | 2 | Copyright (C) 1989, 2001-2012 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | Author: Keith Gabryelski | 4 | Author: Keith Gabryelski |
| 5 | (according to authors.el) | 5 | (according to authors.el) |
| @@ -20,9 +20,7 @@ You should have received a copy of the GNU General Public License | |||
| 20 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 20 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #ifdef HAVE_CONFIG_H | ||
| 24 | #include <config.h> | 23 | #include <config.h> |
| 25 | #endif | ||
| 26 | 24 | ||
| 27 | #include <stdio.h> | 25 | #include <stdio.h> |
| 28 | #include <ctype.h> | 26 | #include <ctype.h> |
| @@ -48,7 +46,7 @@ int base = DEFAULT_BASE, un_flag = FALSE, iso_flag = FALSE, endian = 1; | |||
| 48 | int group_by = DEFAULT_GROUPING; | 46 | int group_by = DEFAULT_GROUPING; |
| 49 | char *progname; | 47 | char *progname; |
| 50 | 48 | ||
| 51 | void usage (void) NO_RETURN; | 49 | _Noreturn void usage (void); |
| 52 | 50 | ||
| 53 | int | 51 | int |
| 54 | main (int argc, char **argv) | 52 | main (int argc, char **argv) |