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>2018-02-23 04:59:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-02-23 04:59:55 +0300
commitdd77e4515159187cf188706d53c6769e62346a21 (patch)
tree3ba467d0f3f2dda9161ff415388a3a7956bccb47 /source/blender/blenlib/intern/jitter_2d.c
parent71e00252f0aa394cc48b869d221619e0d5645ad1 (diff)
Cleanup: header guards & style
Diffstat (limited to 'source/blender/blenlib/intern/jitter_2d.c')
-rw-r--r--source/blender/blenlib/intern/jitter_2d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/jitter_2d.c b/source/blender/blenlib/intern/jitter_2d.c
index 6c51eeb36d9..26351f52c7f 100644
--- a/source/blender/blenlib/intern/jitter_2d.c
+++ b/source/blender/blenlib/intern/jitter_2d.c
@@ -25,7 +25,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file blender/blenlib/intern/jitter.c
+/** \file blender/blenlib/intern/jitter_2d.c
* \ingroup bli
* \brief Jitter offset table
*/