Skip to content

Commit eb0fc52

Browse files
authored
Fixup
1 parent c78e34b commit eb0fc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/print.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
$linecount = 0;
192192
$copies = (int)$vars['copies'];
193193

194-
if ($copies > 1)
194+
if ($copies > 1) {
195195
$cmd = sprintf(
196196
$config['commands']['print'],
197197
$vars['copies'],

0 commit comments

Comments
 (0)