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:
parent
0de881fa72
commit
e5676a67ee
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user