summaryrefslogtreecommitdiff
path: root/Puzzle_Box/quotes.h
diff options
context:
space:
mode:
Diffstat (limited to 'Puzzle_Box/quotes.h')
-rw-r--r--Puzzle_Box/quotes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Puzzle_Box/quotes.h b/Puzzle_Box/quotes.h
index 02c3169..ea29cd2 100644
--- a/Puzzle_Box/quotes.h
+++ b/Puzzle_Box/quotes.h
@@ -8,8 +8,8 @@ typedef struct {
line_pair_t * lines;
} message_t;
-const int msgcount = 12;
-const message_t messages[] = {
+static const int msgcount = 12;
+static const message_t messages[] = {
{ 1, (line_pair_t []){ {"That is" , "my eye!" } } },
{ 1, (line_pair_t []){ {"Ouch!" , "" } } },
{ 1, (line_pair_t []){ {"Hey!" , "" } } },