diff options
author | Pierre Marechal <pierre.marechal@scilab.org> | 2007-11-12 14:39:07 +0000 |
---|---|---|
committer | Pierre Marechal <pierre.marechal@scilab.org> | 2007-11-12 14:39:07 +0000 |
commit | a1d31d3959204efdff69822fdefbb254de7a32b2 (patch) | |
tree | e4241cf67f91cabac14034987f2e44beb00cfa77 /scilab/modules/data_structures/etc | |
parent | 1e02228f80b28e320bb48fb3fd5ef4d37e24492e (diff) | |
download | scilab-a1d31d3959204efdff69822fdefbb254de7a32b2.zip scilab-a1d31d3959204efdff69822fdefbb254de7a32b2.tar.gz |
Fix : Add the 2nd argument to the del_help_chapter call
Diffstat (limited to 'scilab/modules/data_structures/etc')
-rw-r--r-- | scilab/modules/data_structures/etc/data_structures.quit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scilab/modules/data_structures/etc/data_structures.quit b/scilab/modules/data_structures/etc/data_structures.quit index 6727ecd..5bec728 100644 --- a/scilab/modules/data_structures/etc/data_structures.quit +++ b/scilab/modules/data_structures/etc/data_structures.quit | |||
@@ -4,5 +4,5 @@ | |||
4 | // Copyright INRIA 2006 | 4 | // Copyright INRIA 2006 |
5 | // ==================================================================== | 5 | // ==================================================================== |
6 | // delete help chapter | 6 | // delete help chapter |
7 | del_help_chapter('data_structures',%F); | 7 | del_help_chapter('data_structures',%T); |
8 | // ==================================================================== | 8 | // ==================================================================== |