diff --git a/python/test-client.py b/python/test-client.py index a984b6f4b8b65b468c694f422cb58c8fdefa316a..55d31dd75955b164ce69d375257e4ae8d3fbf822 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 ba1e946f4f05e89e3219eb7da58e88f1a3722793..1f32bca597c748ba02c85025f7d4268b59880c27 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;