summaryrefslogtreecommitdiffstats
path: root/OpenFilesScreen.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-02-27 16:35:22 -0300
committerHisham Muhammad <hisham@gobolinux.org>2014-02-27 16:35:22 -0300
commit6d90e58c01c606841753fb23b4effe3d815223cd (patch)
tree99153968af5251fdfbf534e1fc5b8e606f652c67 /OpenFilesScreen.h
parent953ec71235f51934014f025ea113e788238e2e24 (diff)
alignment improvements
Diffstat (limited to 'OpenFilesScreen.h')
-rw-r--r--OpenFilesScreen.h2
1 files changed, 1 insertions, 1 deletions
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_ {

© 2014-2024 Faster IT GmbH | imprint | privacy policy