From: Andreas Metzler Date: Sat, 15 Jun 2019 09:38:46 +0000 (+0200) Subject: CONTRIBUTING.md: Fix syntax error [ci skip] X-Git-Tag: gnutls_3_6_9~29^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4eead23f3d51d7356ace28fc6fbea3e443602385;p=thirdparty%2Fgnutls.git CONTRIBUTING.md: Fix syntax error [ci skip] Signed-off-by: Andreas Metzler --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 081d9f1b3e..96fb7ff0cc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -132,6 +132,7 @@ like e.g. in lib/srp.h: ... #endif /* GNUTLS_LIB_SRP_H */ +``` The public header files follow a similar convention but use the relative install directory as template, e.g. `GNUTLS_GNUTLS_H` for `gnutls/gnutls.h`.