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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-10-10 01:19:25 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-10-10 01:19:25 +0400
commitea8b44cc15d358f66ce87056c82a2b6df31589af (patch)
tree79b3f2d9c8fc60cdd4765f826208dccd3d99687f /source/blender/imbuf/intern/oiio
parent0a862cb61a5193b1a0effd3926ba53286d04e55e (diff)
style cleanup
Diffstat (limited to 'source/blender/imbuf/intern/oiio')
-rw-r--r--source/blender/imbuf/intern/oiio/openimageio_api.cpp2
-rw-r--r--source/blender/imbuf/intern/oiio/openimageio_api.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/imbuf/intern/oiio/openimageio_api.cpp b/source/blender/imbuf/intern/oiio/openimageio_api.cpp
index 9891079e7aa..838343dce35 100644
--- a/source/blender/imbuf/intern/oiio/openimageio_api.cpp
+++ b/source/blender/imbuf/intern/oiio/openimageio_api.cpp
@@ -25,7 +25,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file blender/imbuf/intern/oiio/openimageio_api.h
+/** \file blender/imbuf/intern/oiio/openimageio_api.cpp
* \ingroup openimageio
*/
diff --git a/source/blender/imbuf/intern/oiio/openimageio_api.h b/source/blender/imbuf/intern/oiio/openimageio_api.h
index ce96e277f7f..ad11f4bcfe3 100644
--- a/source/blender/imbuf/intern/oiio/openimageio_api.h
+++ b/source/blender/imbuf/intern/oiio/openimageio_api.h
@@ -30,8 +30,8 @@
*/
-#ifndef __OIIO_API_H__
-#define __OIIO_API_H__
+#ifndef __OPENIMAGEIO_API_H__
+#define __OPENIMAGEIO_API_H__
#ifdef __cplusplus
extern "C" {
@@ -50,4 +50,4 @@ struct ImBuf *imb_load_photoshop (const char *name, int flags, char *colorspace)
#endif
-#endif /* __OIIO_API_H */
+#endif /* __OPENIMAGEIO_API_H__ */