Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlohr committed Sep 2, 2023
1 parent 394d26f commit 90c1fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CNFGAndroid.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void HandleSuspend();

// For debugging:

#if defined( ANDROID ) && defined( __cplusplus )
#if defined( ANDROID ) && !defined( __cplusplus )

#include <jni.h>

Expand Down

0 comments on commit 90c1fb2

Please sign in to comment.