|
@ -368,7 +368,7 @@ int main(int argc, char** argv) { |
|
|
switch (c) { |
|
|
switch (c) { |
|
|
case 'h': |
|
|
case 'h': |
|
|
usage(); |
|
|
usage(); |
|
|
return 1; |
|
|
return 0; |
|
|
case Argopt_margins: |
|
|
case Argopt_margins: |
|
|
margin_thickness = atoi(optarg); |
|
|
margin_thickness = atoi(optarg); |
|
|
if (margin_thickness == 0 && strcmp(optarg, "0")) { |
|
|
if (margin_thickness == 0 && strcmp(optarg, "0")) { |
|
|