From 38f2f8d15fb37fe115d77a5ea58d83091e95ea5f Mon Sep 17 00:00:00 2001 From: Lennart Buhl Date: Sat, 2 Nov 2013 19:46:34 +0100 Subject: [PATCH] fix descriptions --- src/msg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/msg.h b/src/msg.h index 636d466..ce1a858 100644 --- a/src/msg.h +++ b/src/msg.h @@ -8,8 +8,8 @@ struct message { uint32_t timestamp; - uint32_t width; // varies - uint32_t height; // normally 80 + uint32_t width; // normally 80 + uint32_t height; // normally 25, may vary //char **image; // dimension is width x height char *image; // dimension is width x height