From 90c1fb2595b41ca455b01ace3e5531500fcde880 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sat, 2 Sep 2023 16:31:03 -0700 Subject: [PATCH] Fix typo --- CNFGAndroid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNFGAndroid.h b/CNFGAndroid.h index 7aca074..e4f8cc5 100644 --- a/CNFGAndroid.h +++ b/CNFGAndroid.h @@ -52,7 +52,7 @@ void HandleSuspend(); // For debugging: -#if defined( ANDROID ) && defined( __cplusplus ) +#if defined( ANDROID ) && !defined( __cplusplus ) #include