Fix segv when running show_help.

Seems that copyright had it's type changed, but not the extern.
This commit is contained in:
chris 2002-08-02 20:03:36 +00:00
parent 5fa952b83f
commit 624b632030
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: commands.c,v 1.7 2002/07/16 00:40:51 itojun Exp $ */
/* $NetBSD: commands.c,v 1.8 2002/08/02 20:03:36 chris Exp $ */
/*
* Top users/processes display for Unix
@ -50,7 +50,7 @@
#include "utils.h"
#include "commands.h"
extern char *copyright;
extern const char copyright[];
/* imported from screen.c */
extern int overstrike;