From 73af0d152115729ead2f97d11dcbb2852208ff8c Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Tue, 16 Dec 2025 20:59:48 +0100 Subject: [PATCH] Fix wrong preprocessor #elif --- Common/APRSGPSDIdFrameProvider.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/APRSGPSDIdFrameProvider.cpp b/Common/APRSGPSDIdFrameProvider.cpp index 4891a78..79e428e 100644 --- a/Common/APRSGPSDIdFrameProvider.cpp +++ b/Common/APRSGPSDIdFrameProvider.cpp @@ -83,7 +83,7 @@ bool CAPRSGPSDIdFrameProvider::buildAPRSFramesInt(const CAPRSEntry * entry, std: #elif GPSD_API_MAJOR_VERSION <= 14 if(m_gpsdData.fix.status == STATUS_UNK) return false; -#elif +#else #error Unsupported GPSD_API_MAJOR_VERSION #endif