aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-12-01 18:30:36 +0100
committerSven Gothel <[email protected]>2011-12-01 18:30:36 +0100
commit7bbe18e689d62650fbbe94eec841369b3f58aaa6 (patch)
tree68a5d69c320996db605592368a0d23460dd6ac45 /src/nativewindow
parent035051a686b7652dd14c0a878ebe1fe29f5f11c3 (diff)
Fix 96205926731aeb61a862c87974f611d814937c54 GDIUtil native code.
Diffstat (limited to 'src/nativewindow')
-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 ) );