]> granicus.if.org Git - sudo/commitdiff
fixed a typo
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 25 May 1994 03:08:33 +0000 (03:08 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 25 May 1994 03:08:33 +0000 (03:08 +0000)
version.h

index 2fb12f167dad1564699a39675fe8b81a74823d0a..45e9617a6bf95b1d377f267b82d546260c9a126a 100644 (file)
--- 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 */