aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flattr_ed.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-11-28 05:01:00 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-11-28 05:01:00 +0000
commitcae5b31ed948dd14e7d0dcb9e95642596ba50a24 (patch)
tree37f915e1f6e412582bae093e0daf621c4c24039d /externals/grill/flext/source/flattr_ed.cpp
parent05e3b28abb71585b8e385b30d0d7ffdf56714028 (diff)
typo fixed in attribute editor
fixed const error svn path=/trunk/; revision=2336
Diffstat (limited to 'externals/grill/flext/source/flattr_ed.cpp')
-rw-r--r--externals/grill/flext/source/flattr_ed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flattr_ed.cpp b/externals/grill/flext/source/flattr_ed.cpp
index 2b8bcbed..f4e26d52 100644
--- a/externals/grill/flext/source/flattr_ed.cpp
+++ b/externals/grill/flext/source/flattr_ed.cpp
@@ -523,7 +523,7 @@ void flext_base::cb_GfxProperties(t_gobj *c, t_glist *)
FLEXT_ASSERT(false);
}
- sys_vgui(const_cast<char *>(list?"%s {\n":"%s\n",GetString(sym)));
+ sys_vgui(const_cast<char *>(list?"%s {\n":"%s\n"),GetString(sym));
AtomList lv;
if(gattr) { // gettable attribute is present