diff options
author | musil <tmusil@users.sourceforge.net> | 2011-08-03 23:57:15 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2011-08-03 23:57:15 +0000 |
commit | d0076cf63e92a3ae669c56d4875cd8c985988033 (patch) | |
tree | b43d73d32d160f03b1781c2a1459046eed0355ba /src/vfad_scale.c | |
parent | f2b14584f1aed4f835b8c03db4e64842889320ea (diff) |
changed sys_vgui('%x') to sys_vgui('%lx')
svn path=/trunk/externals/iem/iemgui/; revision=15196
Diffstat (limited to 'src/vfad_scale.c')
-rw-r--r-- | src/vfad_scale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vfad_scale.c b/src/vfad_scale.c index 59bc5f1..2c875a1 100644 --- a/src/vfad_scale.c +++ b/src/vfad_scale.c @@ -1,4 +1,4 @@ -/* For information on usage and redistribution, and for a DISCLAIMER OF ALL +%lx/* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. iemgui written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ |