diff options
author | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2010-06-08 17:09:39 +0200 |
---|---|---|
committer | Vincent COUVERT <vincent.couvert@scilab.org> | 2010-06-09 15:00:42 +0200 |
commit | ca0410befa14f2c2435abbc142316c1616cec1e6 (patch) | |
tree | 35c921b79412278d80c92fd0a1bd194b1b70914c /scilab | |
parent | 68b8b1f91fa9b864861ef2a35cc1ef94d587d44a (diff) | |
download | scilab-ca0410befa14f2c2435abbc142316c1616cec1e6.zip scilab-ca0410befa14f2c2435abbc142316c1616cec1e6.tar.gz |
'/*' within block comment removed
Change-Id: I2fd1d5022c06732bf809e5d7f082f0dce9fa322a
Diffstat (limited to 'scilab')
-rw-r--r-- | scilab/modules/pvm/sci_gateway/c/sci_pvm_spawn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scilab/modules/pvm/sci_gateway/c/sci_pvm_spawn.c b/scilab/modules/pvm/sci_gateway/c/sci_pvm_spawn.c index 7c248e7..d4c8506 100644 --- a/scilab/modules/pvm/sci_gateway/c/sci_pvm_spawn.c +++ b/scilab/modules/pvm/sci_gateway/c/sci_pvm_spawn.c | |||
@@ -13,7 +13,7 @@ | |||
13 | */ | 13 | */ |
14 | 14 | ||
15 | /*--------------------------------------------------------------------------*/ | 15 | /*--------------------------------------------------------------------------*/ |
16 | /* PVM functions interfaces | 16 | /* PVM functions interfaces */ |
17 | /*--------------------------------------------------------------------------*/ | 17 | /*--------------------------------------------------------------------------*/ |
18 | #include "sci_pvm.h" | 18 | #include "sci_pvm.h" |
19 | #include "gw_pvm.h" | 19 | #include "gw_pvm.h" |