Trim the return value from a package file.

This commit is contained in:
Chris Johns 2014-09-06 20:15:48 +10:00
parent 31bf37564b
commit b233be7a3f

View File

@ -158,7 +158,7 @@ namespace pkgconfig
} }
} }
result = s; result = rld::trim (s);
return true; return true;
} }