summaryrefslogtreecommitdiff
path: root/ppdc/ppdc-source.cxx
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2009-08-29 06:12:06 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2009-08-29 06:12:06 +0000
commit7a0cbd5e5715d715c3fddfaace2f800ef820d328 (patch)
tree4f6b5042db1bbe7c1d262ec4eecbb8936a6a0f1f /ppdc/ppdc-source.cxx
parentee6ddad2570bbfe4ac3c3378b8765532b6d7cde5 (diff)
downloadcups-7a0cbd5e5715d715c3fddfaace2f800ef820d328.tar.gz
Import changes from CUPS 1.4.1 (r8801)
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1649 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'ppdc/ppdc-source.cxx')
-rw-r--r--ppdc/ppdc-source.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppdc/ppdc-source.cxx b/ppdc/ppdc-source.cxx
index 5898997fc..0a044fe4c 100644
--- a/ppdc/ppdc-source.cxx
+++ b/ppdc/ppdc-source.cxx
@@ -1321,7 +1321,7 @@ ppdcSource::get_integer(const char *v) // I - Value string
while (*v && *v != ')')
{
// Skip leading whitespace...
- while (*v && isspace(*v & 255));
+ while (*v && isspace(*v & 255))
v ++;
if (!*v || *v == ')')