Skip to content

Commit 4c6ebfb

Browse files
author
Johan Vos
committed
8236484: Compile error in monocle dispman
Reviewed-by: kcr
1 parent 8367e1a commit 4c6ebfb

File tree

1 file changed

+1
-1
lines changed
  • modules/javafx.graphics/src/main/native-glass/monocle/dispman

1 file changed

+1
-1
lines changed

modules/javafx.graphics/src/main/native-glass/monocle/dispman/DispmanScreen.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ JNIEXPORT void JNICALL Java_com_sun_glass_ui_monocle_DispmanScreen_wrapNativeSym
8282
#ifdef USE_DISPMAN
8383
load_bcm_symbols();
8484
#else
85-
return 0l;
85+
return;
8686
#endif /* USE_DISPMAN */
8787
}

0 commit comments

Comments
 (0)