From: brarcher Date: Sun, 21 Jul 2013 21:03:20 +0000 (+0000) Subject: Add a missing comment at the end of a #ifdef block X-Git-Tag: 0.10.0~466 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b819bea20a203e3efc507d7e6a62096d64cf0e9;p=check 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 --- 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,