diff options
Diffstat (limited to 'src/native/ogl/NativeScreenInfo.c')
-rw-r--r-- | src/native/ogl/NativeScreenInfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/native/ogl/NativeScreenInfo.c b/src/native/ogl/NativeScreenInfo.c index 8ea4b17..472d49d 100644 --- a/src/native/ogl/NativeScreenInfo.c +++ b/src/native/ogl/NativeScreenInfo.c @@ -86,7 +86,7 @@ Java_javax_media_j3d_NativeScreenInfo_queryGLX13( int major, minor; int errorBase, eventBase; Display* dpy = (Display*)display; - // It should be cleaner to return both the major and minor to the caller. + /* It should be cleaner to return both the major and minor to the caller. */ if (!glXQueryExtension(dpy, &errorBase, &eventBase)) { fprintf(stderr, "Java 3D ERROR : GLX extension is not supported\n"); |