Browse Source

fix a bug, missing ;

pre-master-46
Holger Vogt 8 years ago
parent
commit
4aff986ee8
  1. 2
      src/frontend/inpcom.c

2
src/frontend/inpcom.c

@ -6109,7 +6109,7 @@ struct replace_currm
struct card *cline; struct card *cline;
char *rtoken; char *rtoken;
struct replace_currm *next; struct replace_currm *next;
}
};
/* Measure current in node 1 of all devices, e.g. I, B, F, and G. /* Measure current in node 1 of all devices, e.g. I, B, F, and G.

Loading…
Cancel
Save