Fix typo in implicit patch

This commit is contained in:
Orion Poplawski 2016-12-06 14:39:50 -07:00
parent 4282ff55b7
commit 77e3a20210
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ diff -up octave-4.2.0/m4/acinclude.m4.implicit octave-4.2.0/m4/acinclude.m4
#else
typedef int octave_idx_type;
#endif
+ void F77_FUNC(foo,FOO) (octave_idx_type*, octave_idx_type**, octave_idx_type**]);
+ void F77_FUNC(foo,FOO) (octave_idx_type*, octave_idx_type**, octave_idx_type**);
+ ]], [[
octave_idx_type n = 2;
octave_idx_type in[2];