aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAleric Inglewood2010-10-15 17:58:59 +0200
committerAleric Inglewood2010-10-15 17:58:59 +0200
commit0bf2f0afa632a379a32f08cf9b3e77f76c3a13da (patch)
tree0bc08465ae0f6bbd4c667a1aa0fa5d8044576e98
parentRED-595: Manual merge with weekly-webkit. (diff)
downloadmeta-impy-0bf2f0afa632a379a32f08cf9b3e77f76c3a13da.zip
meta-impy-0bf2f0afa632a379a32f08cf9b3e77f76c3a13da.tar.gz
meta-impy-0bf2f0afa632a379a32f08cf9b3e77f76c3a13da.tar.bz2
meta-impy-0bf2f0afa632a379a32f08cf9b3e77f76c3a13da.tar.xz
Add missing semi-colon.
Diffstat (limited to '')
-rw-r--r--linden/indra/llmath/llvolume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmath/llvolume.cpp b/linden/indra/llmath/llvolume.cpp
index b0b8a94..c4c3f07 100644
--- a/linden/indra/llmath/llvolume.cpp
+++ b/linden/indra/llmath/llvolume.cpp
@@ -4274,7 +4274,7 @@ LLFaceID LLVolume::generateFaceMask()
4274 } 4274 }
4275 break; 4275 break;
4276 default: 4276 default:
4277 llerrs << "Unknown profile!" << llendl 4277 llerrs << "Unknown profile!" << llendl;
4278 break; 4278 break;
4279 } 4279 }
4280 4280