Skip to content

Commit

Permalink
fix incorrect default value for makeindex retcode
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandervdm committed Sep 7, 2018
1 parent 6f48e27 commit ec398b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/latex.c
Expand Up @@ -283,7 +283,7 @@ void latex_export_pdffile (GuLatex* lc, GuEditor* ec, const gchar* path,
}

gboolean latex_run_makeindex (GuEditor* ec) {
int retcode;
int retcode = 1;

if (g_find_program_in_path ("makeindex")) {

Expand Down

0 comments on commit ec398b7

Please sign in to comment.