diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/multicol.h | 9 |
1 files changed, 4 insertions, 5 deletions
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 *); |