From: Todd C. Miller Date: Wed, 25 May 1994 03:08:33 +0000 (+0000) Subject: fixed a typo X-Git-Tag: SUDO_1_3_1~235 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51ae4df137adb6aaf5224d1c4b6096aae9a804d4;p=sudo fixed a typo --- diff --git a/version.h b/version.h index 2fb12f167..45e9617a6 100644 --- a/version.h +++ b/version.h @@ -21,6 +21,6 @@ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static char version = "1.3.1beta6"; +static char version[] = "1.3.1beta6"; #endif /* _SUDO_VERSION_H */