Index: plug_import.c =================================================================== --- plug_import.c (revision 13665) +++ plug_import.c (revision 13666) @@ -91,7 +91,7 @@ if (!filename) { pcb_message(PCB_MSG_ERROR, "Error: need a file name for pcb_import_netlist()\n"); - return (1); /* nothing to do */ + return 1; /* nothing to do */ } fp = pcb_fopen(filename, "r");