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
This commit is contained in:
parent
f82c90afb6
commit
a38c5db91b
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@
|
||||||
default: \
|
default: \
|
||||||
(void)0; \
|
(void)0; \
|
||||||
COVERAGE_RESTORE
|
COVERAGE_RESTORE
|
||||||
|
|
||||||
#endif
|
|
||||||
#else
|
#else
|
||||||
#define COVERAGE_NO_DEFAULT_CASE
|
#define COVERAGE_NO_DEFAULT_CASE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue