diff options
author | Sebastian Rasmussen <sebras@hotmail.com> | 2008-03-20 11:11:58 +0100 |
---|---|---|
committer | Sebastian Rasmussen <sebras@hotmail.com> | 2008-03-20 11:11:58 +0100 |
commit | f0dcdc3903a84c38dc5b32c8dbe0d9dedfa47994 (patch) | |
tree | 38c5f67b6d016a4648ee79b4f5461a3b660f1ee7 /apps/unix/x11pdf.c | |
parent | b6e8bd82d7c3022d73ea60c3e005a0819d01edd3 (diff) | |
download | mupdf-f0dcdc3903a84c38dc5b32c8dbe0d9dedfa47994.tar.xz |
Use C comments instead of C++ comments.
Diffstat (limited to 'apps/unix/x11pdf.c')
-rw-r--r-- | apps/unix/x11pdf.c | 4 |
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); |