diff options
Diffstat (limited to 'include/pdfapp.h')
-rw-r--r-- | include/pdfapp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pdfapp.h b/include/pdfapp.h index bc7bfbb5..0d3c5ec6 100644 --- a/include/pdfapp.h +++ b/include/pdfapp.h @@ -58,8 +58,8 @@ struct pdfapp_s int selx, sely; fz_irect selr; - /* client context storage */ - void *userdata; + /* client context storage */ + void *userdata; }; void pdfapp_init(pdfapp_t *app); |