make it compile

-Yosh
This commit is contained in:
Manish Singh 1999-10-20 22:35:02 +00:00
parent 5e79064513
commit 0d80c0c0da
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Oct 20 15:33:49 PDT 1999 Manish Singh <yosh@gimp.org>
* plug-ins/common/psp.c: make it compile
Wed Oct 20 23:08:31 BST 1999 Andy Thomas <alt@gimp.org>
* app/nav_window.c

View File

@ -1786,7 +1786,7 @@ run (char *name,
}
else if (strcmp (name, "file_psp_save") == 0)
{
image_ID = orig_image_ID = param[1].data.d_int32;
image_ID = param[1].data.d_int32;
drawable_ID = param[2].data.d_int32;
/* eventually export the image */