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:
authorKen Hughes <khughes@pacific.edu>2010-09-02 01:02:27 +0400
committerKen Hughes <khughes@pacific.edu>2010-09-02 01:02:27 +0400
commitc4895719af377612c3e42c9de01a55629bde1c6b (patch)
treeea34c0f6c2d3dd7d64cd6f59c14197aa835760fb /source/blender/makesdna
parentdd4aecb97a1e5dca67e883996e1b648d4514e42b (diff)
Fix "no newline at end of file" warnings in *nix.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 0591872fa69..52e82eb743d 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -558,4 +558,4 @@ extern UserDef U; /* from blenkernel blender.c */
#define TH_OLDSKOOL 3
#define TH_SHADED 4
-#endif \ No newline at end of file
+#endif