diff options
-rw-r--r-- | include/pdfapp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pdfapp.h b/include/pdfapp.h index 4792adda..bc7bfbb5 100644 --- a/include/pdfapp.h +++ b/include/pdfapp.h @@ -57,7 +57,7 @@ struct pdfapp_s int iscopying; int selx, sely; fz_irect selr; - + /* client context storage */ void *userdata; }; |