summaryrefslogtreecommitdiff
path: root/apps/unix/x11pdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/unix/x11pdf.c')
-rw-r--r--apps/unix/x11pdf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/unix/x11pdf.c b/apps/unix/x11pdf.c
index ae93a2fd..91810a33 100644
--- a/apps/unix/x11pdf.c
+++ b/apps/unix/x11pdf.c
@@ -162,7 +162,7 @@ void wintitle(pdfapp_t *app, char *s)
void winconvert(pdfapp_t *app, fz_pixmap *image)
{
- // never mind
+ /* never mind */
}
void winresize(pdfapp_t *app, int w, int h)
@@ -529,7 +529,7 @@ int main(int argc, char **argv)
if (tmo_at.tv_sec != 0 && tmo_at.tv_usec != 0 &&
tmo.tv_sec == 0 && tmo.tv_usec == 0)
{
- // redraw page
+ /* redraw page */
winblit(&gapp);
isshowingpage = 0;
winresettmo(&tmo, &tmo_at);