diff options
author | Sven Gothel <[email protected]> | 2023-10-02 19:49:04 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-10-02 19:49:04 +0200 |
commit | 7a2ee84416989476b7b2fd05ce484a5c7fcf81e8 (patch) | |
tree | cbc6a26e3def4627bc0b99b944f419367bb0f481 /src/newt/native/drm_gbm.c | |
parent | af13e40ee502e69bb12e979e406c1a9793535482 (diff) |
Bug 1470 - NEWT/JNI: Perform exception check and rethrow for all Java Callbacks as recommended
Diffstat (limited to 'src/newt/native/drm_gbm.c')
-rw-r--r-- | src/newt/native/drm_gbm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newt/native/drm_gbm.c b/src/newt/native/drm_gbm.c index 722c11a49..867ded607 100644 --- a/src/newt/native/drm_gbm.c +++ b/src/newt/native/drm_gbm.c @@ -1,5 +1,5 @@ /** - * Copyright 2019 JogAmp Community. All rights reserved. + * Copyright 2019-2023 JogAmp Community. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: |