Skip to content

Commit 0561ef2

Browse files
committed
mbev_file_struct.processed_info_loaded is bool
1 parent c88b329 commit 0561ef2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mbeditviz/mbeditviz.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ struct mbev_file_struct {
149149
char path[MB_PATH_MAXLINE];
150150
int format;
151151
int raw_info_loaded;
152-
int processed_info_loaded;
152+
bool processed_info_loaded;
153153
struct mb_info_struct raw_info;
154154
struct mb_info_struct processed_info;
155155
struct mb_process_struct process;

0 commit comments

Comments
 (0)