Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2019-02-13 16:56:35 +0300
committerMartin Storsjö <martin@martin.st>2019-02-13 16:56:35 +0300
commit265c9b9a97f18343c6e33ca92819ef3211e03b02 (patch)
treefdb32a09f531a72a72339c430a90684566a27d02 /include/dav1d
parent39de556c5d958e780fd5fdc6a6303ed4a83d322e (diff)
Use a consistent style for the terminating endif for include guards
Diffstat (limited to 'include/dav1d')
-rw-r--r--include/dav1d/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dav1d/common.h b/include/dav1d/common.h
index 4fd6df3..83257fc 100644
--- a/include/dav1d/common.h
+++ b/include/dav1d/common.h
@@ -67,4 +67,4 @@ typedef struct Dav1dDataProps {
struct Dav1dUserData user_data; ///< user-configurable data, default NULL members
} Dav1dDataProps;
-#endif // __DAV1D_COMMON_H__
+#endif /* __DAV1D_COMMON_H__ */