From 60887153f4cc043c594d716d6cd9407ddf51e6c4 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Wed, 20 Dec 2023 22:42:12 +0100 Subject: Reformatted struct --- FICS/multicol.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'FICS') diff --git a/FICS/multicol.h b/FICS/multicol.h index e440416..72cd28a 100644 --- a/FICS/multicol.h +++ b/FICS/multicol.h @@ -25,11 +25,10 @@ #ifndef _MULTICOL_H #define _MULTICOL_H -typedef struct _multicol -{ - int arraySize; - int num; - char **strArray; +typedef struct _multicol { + int arraySize; + int num; + char** strArray; } multicol; extern int multicol_end(multicol *); -- cgit v1.2.3