summaryrefslogtreecommitdiffstats
path: root/thirdparties/iphone/include/libavutil/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/iphone/include/libavutil/base64.h')
-rwxr-xr-xthirdparties/iphone/include/libavutil/base64.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/thirdparties/iphone/include/libavutil/base64.h b/thirdparties/iphone/include/libavutil/base64.h
index b095576..d262295 100755
--- a/thirdparties/iphone/include/libavutil/base64.h
+++ b/thirdparties/iphone/include/libavutil/base64.h
@@ -58,8 +58,8 @@ char *av_base64_encode(char *out, int out_size, const uint8_t *in, int in_size);
*/
#define AV_BASE64_SIZE(x) (((x)+2) / 3 * 4 + 1)
- /**
- * @}
- */
+/**
+ * @}
+ */
#endif /* AVUTIL_BASE64_H */
OpenPOWER on IntegriCloud