From 6d90e58c01c606841753fb23b4effe3d815223cd Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 27 Feb 2014 16:35:22 -0300 Subject: alignment improvements --- OpenFilesScreen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenFilesScreen.h') diff --git a/OpenFilesScreen.h b/OpenFilesScreen.h index ce15ea34..2956dfda 100644 --- a/OpenFilesScreen.h +++ b/OpenFilesScreen.h @@ -14,9 +14,9 @@ in the source distribution for its full text. #include "FunctionBar.h" typedef struct OpenFiles_ProcessData_ { - char* data[256]; struct OpenFiles_FileData_* files; int error; + char* data[256]; } OpenFiles_ProcessData; typedef struct OpenFiles_FileData_ { -- cgit v1.2.3