Skip to content

Commit

Permalink
Fix syntax error on win32.c
Browse files Browse the repository at this point in the history
  • Loading branch information
konsolebox committed Jul 20, 2016
1 parent 04eb16b commit e943a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ gboolean win32_show_document_open_dialog(GtkWindow *parent, const gchar *title,

/* convert the resulting filename into UTF-8 */
if (document_open_file(file_name, of.Flags & OFN_READONLY, NULL, NULL) != NULL)
has_opened = TRUE
has_opened = TRUE;
}
x++;
}
Expand Down

0 comments on commit e943a3d

Please sign in to comment.