thorsson_cups 0.0.10 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ext/cups.c +1 -1
- metadata +2 -2
data/ext/cups.c
CHANGED
|
@@ -417,7 +417,7 @@ static VALUE cups_get_jobs(VALUE self, VALUE printer)
|
|
|
417
417
|
*
|
|
418
418
|
* Cancel the print job. Returns true if successful, false otherwise.
|
|
419
419
|
*/
|
|
420
|
-
static VALUE cups_cancel_print(int argc, VALUE* argv, VALUE self
|
|
420
|
+
static VALUE cups_cancel_print(int argc, VALUE* argv, VALUE self)
|
|
421
421
|
{
|
|
422
422
|
VALUE printer, job_id;
|
|
423
423
|
rb_scan_args(argc, argv, "12", &job_id, &printer);
|