Skip to content

Commit

Permalink
updated a library.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kray-G committed Mar 31, 2021
1 parent 8156c41 commit ee6ad21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extlib/libharu/generate.kx
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ int kxpdf_HPDF_CreateOutline(int args, kx_frm_t *frmv, kx_frm_t *lexv, kx_contex
});

System.println("/* function prototype */");
funcs.each { &(func):
funcs.each { &(func)
System.println("int kxpdf_%1%(int args, kx_frm_t *frmv, kx_frm_t *lexv, kx_context_t *ctx);" % func.data.name);
};
System.println("");
Expand Down

0 comments on commit ee6ad21

Please sign in to comment.