From a38c5db91bd007cc8fa8117265b276964c7a7130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sat, 9 Jan 2016 17:43:56 +0000 Subject: [PATCH] Fix rather embarassing #if nesting error in previous commit. git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@879 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- lib/liboath/oath_impl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/liboath/oath_impl.h b/lib/liboath/oath_impl.h index 4c9fda9..88a1209 100644 --- a/lib/liboath/oath_impl.h +++ b/lib/liboath/oath_impl.h @@ -49,8 +49,8 @@ default: \ (void)0; \ COVERAGE_RESTORE - -#endif #else #define COVERAGE_NO_DEFAULT_CASE #endif + +#endif