summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-12-15 16:33:58 +0100
committerwm4 <wm4@nowhere>2019-12-15 16:33:58 +0100
commite5676a67eef087aba1ccc0ab707cc5f96cc09470 (patch)
tree6a8570a77308139b0f6344071ff8646333090475
parent0de881fa72bc68f7ec4bc406967b5a6d77cd773a (diff)
downloadmpv-e5676a67eef087aba1ccc0ab707cc5f96cc09470.tar.bz2
mpv-e5676a67eef087aba1ccc0ab707cc5f96cc09470.tar.xz
DOCS/contribute.md: fix a typo
-rw-r--r--DOCS/contribute.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/contribute.md b/DOCS/contribute.md
index d3e3025a6e..e3d98f3da7 100644
--- a/DOCS/contribute.md
+++ b/DOCS/contribute.md
@@ -196,7 +196,7 @@ The order of ``#include`` statements in the source code is not very consistent.
New code must follow the following conventions:
- Put standard includes (``#include <stdlib.h>`` etc.) on the top,
-- then after a blank line, add library includes (``#include <zlib.h`` etc.)
+- then after a blank line, add library includes (``#include <zlib.h>`` etc.)
- then after a blank line, add internal includes (``#include "player/core.h"``)
- sort them alphabetically within these sections