fix a bug, missing ;
This commit is contained in:
parent
f46a003c59
commit
4aff986ee8
|
|
@ -6109,7 +6109,7 @@ struct replace_currm
|
|||
struct card *cline;
|
||||
char *rtoken;
|
||||
struct replace_currm *next;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
/* Measure current in node 1 of all devices, e.g. I, B, F, and G.
|
||||
|
|
|
|||
Loading…
Reference in New Issue