summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/motd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/motd.h b/include/motd.h
index b8b715a..e113bc4 100644
--- a/include/motd.h
+++ b/include/motd.h
@@ -69,7 +69,7 @@ struct MotdCache
unsigned int maxcount; /**< Number of lines allocated for message. */
unsigned int count; /**< Actual number of lines used in message. */
struct tm modtime; /**< Last modification time from file. */
- char motd[1][MOTD_LINESIZE]; /**< Message body. */
+ char motd[][MOTD_LINESIZE]; /**< Message body. */
};
/* motd_send sends a MOTD off to a user */