From 8b819bea20a203e3efc507d7e6a62096d64cf0e9 Mon Sep 17 00:00:00 2001 From: brarcher Date: Sun, 21 Jul 2013 21:03:20 +0000 Subject: [PATCH] Add a missing comment at the end of a #ifdef block git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@748 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- lib/libcompat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libcompat.h b/lib/libcompat.h index 1889f06..eb98f62 100644 --- a/lib/libcompat.h +++ b/lib/libcompat.h @@ -124,7 +124,7 @@ struct itimerspec struct timespec it_interval; struct timespec it_value; }; -#endif +#endif /* STRUCT_ITIMERSPEC_DEFINITION_MISSING */ /* * As the functions which use timer_t are not defined on the system, -- 2.40.0