This commit is contained in:
John Cupitt 2008-08-07 09:01:37 +00:00
parent 8b453f0128
commit 1a359b0bf8
2 changed files with 6 additions and 1 deletions

5
TODO
View File

@ -1,3 +1,8 @@
- docs for im_guess_eprefix(), IM_EPREFIX
- merge loadable format stuff, postpone new object parameter API to next
version
- note new VMask constructor in docs
test new VMask constructor from python

View File

@ -72,7 +72,7 @@ static im_function circle_desc = {
"plot circle on image",
0, /* Flags */
circle_vec, /* Dispatch function */
IM_NUMBER( circle_args ), /* Size of arg list */
IM_NUMBER( circle_args ), /* Size of arg list */
circle_args /* Arg list */
};