st/egl: Use C-style comments.
[mesa.git] / src / gallium / state_trackers / egl / egl_surface.c
index 69e2d6b7081eb28f8b0a338ca72f654a2ff3291f..277ad9d0eb9d294f26340820dd22f63f26103e9b 100644 (file)
@@ -141,9 +141,9 @@ drm_takedown_shown_screen(_EGLDisplay *dpy, struct drm_screen *screen)
        drmModeSetCrtc(
                dev->drmFD,
                screen->crtcID,
-               0, // FD
+               0, /* FD */
                0, 0,
-               NULL, 0, // List of output ids
+               NULL, 0, /* List of output ids */
                NULL);
 
        drmModeRmFB(dev->drmFD, screen->fbID);