From 283707c5e5bc436b78ea23bf5500cb6b16a01148 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:27 +0200 Subject: Imported Upstream version 0.9 --- OpenFilesScreen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenFilesScreen.h') diff --git a/OpenFilesScreen.h b/OpenFilesScreen.h index d329082..f5ce59c 100644 --- a/OpenFilesScreen.h +++ b/OpenFilesScreen.h @@ -28,7 +28,7 @@ in the source distribution for its full text. typedef struct OpenFiles_ProcessData_ { char* data[256]; struct OpenFiles_FileData_* files; - bool failed; + int error; } OpenFiles_ProcessData; typedef struct OpenFiles_FileData_ { -- cgit v1.2.3