From 6b62bd870c2f02f1ac18fe6e18d5c55e4c63a212 Mon Sep 17 00:00:00 2001 From: Drahflow <drahflow@gmx.de> Date: Tue, 6 May 2014 14:58:17 +0200 Subject: [PATCH] Merged. --- python/test-client.py | 1 + src/common.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/python/test-client.py b/python/test-client.py index a984b6f..55d31dd 100755 --- a/python/test-client.py +++ b/python/test-client.py @@ -2,6 +2,7 @@ import sys, client +SERVER = "tcp://localhost:5570" XOFF = 0 YOFF = 0 TEXT = "Hello World!" diff --git a/src/common.h b/src/common.h index ba1e946..1f32bca 100644 --- a/src/common.h +++ b/src/common.h @@ -17,7 +17,7 @@ struct fill { int x, y; int width, height; uint8_t bright; -} __attribute__((packed)); +} __attribute__ ((packed)); struct packet { uint8_t cmd; -- GitLab