From 58f36123d7fcbdbd16a89524df128d6ed1d8c582 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mar 09 2011 16:27:08 +0000 Subject: Fixed typo in cups-icc patch. --- diff --git a/cups-icc.patch b/cups-icc.patch index 0525ae5..508b588 100644 --- a/cups-icc.patch +++ b/cups-icc.patch @@ -137,7 +137,7 @@ index 0000000..2fdf401 + DBusMessageIter args; /* D-Bus method arguments */ + DBusMessageIter dict; /* D-Bus method arguments */ + DBusError error; /* D-Bus error */ -+ int options = 1; /* Options for CreateDevice */ ++ int options = 1; /* Options for CreateProfile */ + char *idstr; /* Profile ID string */ + size_t idstrlen; /* Profile ID allocated length */ + const char *profile_path; /* Device object path */