summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-10-24 13:29:32 +0200
committerErich Eckner <git@eckner.net>2018-10-24 13:29:32 +0200
commitd37c32d97c01b3573e1f1044872dfc10b75a53ae (patch)
tree7ff239c62a73d95bd1e60a17e796337ed96557fe
parent199113d0b23b3bf93c22c4b7957e15987a0ca4b5 (diff)
downloadanzeige-d37c32d97c01b3573e1f1044872dfc10b75a53ae.tar.xz
anzeige.c: cleanup
-rw-r--r--anzeige.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/anzeige.c b/anzeige.c
index 77b0cc3..75b2032 100644
--- a/anzeige.c
+++ b/anzeige.c
@@ -42,7 +42,7 @@ int main(int argc, char **argv)
// configure the gpio pins and start the multiplexer thread
thread_id = multiplexer_setup_non_root(&display_data);
- int i,j,k;
+ int i,j;
text_buffer = malloc(TEXT_BUFFER_LENGTH);
if (text_buffer == NULL) {