aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nativewindow/native/windows/GDImisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nativewindow/native/windows/GDImisc.c b/src/nativewindow/native/windows/GDImisc.c
index 3cc8f2def..3ab7f9859 100644
--- a/src/nativewindow/native/windows/GDImisc.c
+++ b/src/nativewindow/native/windows/GDImisc.c
@@ -58,7 +58,7 @@ Java_jogamp_nativewindow_windows_GDIUtil_CreateWindowClass
ZeroMemory( &wc, sizeof( wc ) );
if( GetClassInfo( hInstance, clazzName, &wc ) ) {
// registered already
- res = JNI_TRUE
+ res = JNI_TRUE;
} else {
// register now
ZeroMemory( &wc, sizeof( wc ) );