WindowInfo: Use char[0] for FLA instead of char[1].

This is a private structure, so despite being an ABI break,
it should not cause any problems.
This commit is contained in:
Augustin Cavalier
2021-11-23 13:50:45 -05:00
parent 3d34a937af
commit ba3ee26af0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ struct window_info {
struct client_window_info : window_info {
float tab_height;
float border_size;
char name[1];
char name[0];
} _PACKED;
enum window_action {