summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy O'Brien <neutral@fastmail.com>2023-01-12 08:34:40 -0500
committerJeremy O'Brien <neutral@fastmail.com>2023-01-12 08:35:25 -0500
commitc029e40a9a21ba79f29952f694801c38ad4ace80 (patch)
tree27f591d9646f49f73ef9a2f044592d0e6decea00
parent7c85bc5a8179ff2dc872aafda27a0a70104c4ecf (diff)
downloadSensor-Watch-c029e40a9a21ba79f29952f694801c38ad4ace80.tar.gz
Sensor-Watch-c029e40a9a21ba79f29952f694801c38ad4ace80.tar.bz2
Sensor-Watch-c029e40a9a21ba79f29952f694801c38ad4ace80.zip
tarot: fix compiler warning
-rw-r--r--movement/watch_faces/complication/tarot_face.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/watch_faces/complication/tarot_face.c b/movement/watch_faces/complication/tarot_face.c
index 04c55360..e583763c 100644
--- a/movement/watch_faces/complication/tarot_face.c
+++ b/movement/watch_faces/complication/tarot_face.c
@@ -75,7 +75,7 @@ static void init_deck(tarot_state_t *state) {
}
static void tarot_display(tarot_state_t *state) {
- char buf[9];
+ char buf[10];
uint8_t card;
bool flipped;