Skip to content

Commit bc6ad8f

Browse files
committed
fix typo
1 parent f6e1a1d commit bc6ad8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/bridj/BridJ.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ enum Switch {
404404
LogCalls("bridj.logCalls", "BRIDJ_LOG_CALLS", false,
405405
"Log each native call performed (or call from native to Java callback)"),
406406
WarnStructFields("bridj.warnStructFields", "BRIDJ_WARN_STRUCT_FIELDS", true,
407-
"Warn when struct fields are implemented with Java fields instead of methods")
407+
"Warn when struct fields are implemented with Java fields instead of methods"),
408408
Protected("bridj.protected", "BRIDJ_PROTECTED", false,
409409
"Protect all native calls (including memory accesses) against native crashes (disables assembly optimizations and adds quite some overhead)."),
410410
Destructors("bridj.destructors", "BRIDJ_DESTRUCTORS", true,

0 commit comments

Comments
 (0)