1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-11 17:39:38 +00:00

DOCS/contribute.md: fix a typo

This commit is contained in:
wm4 2019-12-15 16:33:58 +01:00
parent 0de881fa72
commit e5676a67ee

View File

@ -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