From: Russ Allbery Date: Wed, 9 Jun 2010 01:51:16 +0000 (-0700) Subject: Fix the trailing #endif comment in tests/tap/basic.h X-Git-Tag: openafs-devel-1_5_75~173 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=6ee6125f7178d9d2f93a8cb10532412bf0e295fc;p=packages%2Fo%2Fopenafs.git Fix the trailing #endif comment in tests/tap/basic.h Change-Id: I3a7dbda8d2792229365df4266ca43cbb4bc815bf Reviewed-on: http://gerrit.openafs.org/2099 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/tests/tap/basic.h b/tests/tap/basic.h index f8e5a5876..f4a7b5ddb 100644 --- a/tests/tap/basic.h +++ b/tests/tap/basic.h @@ -114,4 +114,4 @@ void sysdiag(const char *format, ...) END_DECLS -#endif /* LIBTEST_H */ +#endif /* TAP_BASIC_H */