summaryrefslogtreecommitdiff
path: root/indra/llrender/llgl.cpp
diff options
context:
space:
mode:
authorGraham Madarasz <graham@lindenlab.com>2013-02-07 09:18:09 -0800
committerGraham Madarasz <graham@lindenlab.com>2013-02-07 09:18:09 -0800
commit019c7566fb431a9bacfa6d1b778a3a7ec9f8fbf2 (patch)
treeff50b1f5b6d93debb4f75ca25ef91f6220c7e799 /indra/llrender/llgl.cpp
parentb4dba269dc5e45992ba1e6126da0c01519c51f08 (diff)
For MAINT-1291 Code Review: DaveP
Diffstat (limited to 'indra/llrender/llgl.cpp')
-rw-r--r--indra/llrender/llgl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp
index 9e4857b6bc..09e451c62a 100644
--- a/indra/llrender/llgl.cpp
+++ b/indra/llrender/llgl.cpp
@@ -86,7 +86,7 @@ void APIENTRY gl_debug_callback(GLenum source,
}
else
{
- llwarns << "----- GL WARNING -------" << llendl;
+ llwarns << "----- GL WARNING -------" << llendl;
}
llwarns << "Type: " << std::hex << type << llendl;
llwarns << "ID: " << std::hex << id << llendl;