summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/pangowin32tobmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/pangowin32tobmp.c b/examples/pangowin32tobmp.c
index ac95410b..bd80172b 100644
--- a/examples/pangowin32tobmp.c
+++ b/examples/pangowin32tobmp.c
@@ -376,7 +376,7 @@ SaveBitmap (HBITMAP hBmp, const char* pszFile)
*/
pbmi->bmiHeader.biClrImportant = 0;
- { // C sucks
+ { /* C sucks */
HANDLE hf; /* file handle */
BITMAPFILEHEADER hdr; /* bitmap file-header */
PBITMAPINFOHEADER pbih; /* bitmap info-header */
@@ -445,6 +445,6 @@ SaveBitmap (HBITMAP hBmp, const char* pszFile)
GlobalFree((HGLOBAL)pbmi);
DeleteDC(hDC);
- } // C sucks
+ } /* C sucks */
return TRUE;
}