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:
authorStephen Swaney <sswaney@centurytel.net>2007-03-14 19:09:12 +0300
committerStephen Swaney <sswaney@centurytel.net>2007-03-14 19:09:12 +0300
commit981d24daa179b53b99899da6417c32996a985286 (patch)
treec0995e18373da33dd4c8936a91ba6e99a535eac5 /extern/bullet2/src/LinearMath/btAlignedAllocator.cpp
parent6b584a650411b9dc6da6b475008a9a01fb7f70ed (diff)
fix gcc warnings about no newline at end of file
Diffstat (limited to 'extern/bullet2/src/LinearMath/btAlignedAllocator.cpp')
-rw-r--r--extern/bullet2/src/LinearMath/btAlignedAllocator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/bullet2/src/LinearMath/btAlignedAllocator.cpp b/extern/bullet2/src/LinearMath/btAlignedAllocator.cpp
index e32bc9f6880..19b811b0ce8 100644
--- a/extern/bullet2/src/LinearMath/btAlignedAllocator.cpp
+++ b/extern/bullet2/src/LinearMath/btAlignedAllocator.cpp
@@ -44,4 +44,4 @@ void btAlignedFree (void* ptr)
delete ptr;
}
-#endif \ No newline at end of file
+#endif