diff options
author | Erich Eckner <git@eckner.net> | 2018-10-24 13:29:32 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-10-24 13:29:32 +0200 |
commit | d37c32d97c01b3573e1f1044872dfc10b75a53ae (patch) | |
tree | 7ff239c62a73d95bd1e60a17e796337ed96557fe /anzeige.c | |
parent | 199113d0b23b3bf93c22c4b7957e15987a0ca4b5 (diff) | |
download | anzeige-d37c32d97c01b3573e1f1044872dfc10b75a53ae.tar.xz |
anzeige.c: cleanup
Diffstat (limited to 'anzeige.c')
-rw-r--r-- | anzeige.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |