summaryrefslogtreecommitdiff
path: root/screenshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'screenshot.c')
-rw-r--r--screenshot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/screenshot.c b/screenshot.c
index 1acb9d468..a1bbd3fa9 100644
--- a/screenshot.c
+++ b/screenshot.c
@@ -254,7 +254,7 @@ static bool MakePNGImage(const char *name, ScreenshotCallback *callb, void *user
fclose(f);
return true;
}
-#endif // WITH_PNG
+#endif /* WITH_PNG */
//************************************************