diff options
author | Andreas Metzler <ametzler@bebt.de> | 2019-06-15 11:38:46 +0200 |
---|---|---|
committer | Andreas Metzler <ametzler@bebt.de> | 2019-06-15 11:40:04 +0200 |
commit | 4eead23f3d51d7356ace28fc6fbea3e443602385 (patch) | |
tree | 6ddf5801b02118b453494705104b6622e0d382a6 | |
parent | b9cbaefc95cc2080a2b7c926283fae934b61abb5 (diff) | |
download | gnutls-4eead23f3d51d7356ace28fc6fbea3e443602385.tar.gz |
CONTRIBUTING.md: Fix syntax error [ci skip]
Signed-off-by: Andreas Metzler <ametzler@bebt.de>
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
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`. |