Correct g_message call

-Yosh
This commit is contained in:
Manish Singh 2000-02-02 05:07:26 +00:00
parent 51b571f8d8
commit dafeeec38d
3 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
Wed Feb 2 19:01:26 PST 2000 Manish Singh <yosh@gimp.org>
* tools/pdbgen/pdb/fileops.pdb: correct g_message warning call
Wed Feb 2 18:45:16 PST 2000 Manish Singh <yosh@gimp.org>
* Made 1.1.16 release

View File

@ -467,8 +467,8 @@ register_magic_load_handler_invoker (Argument *args)
if (!file_proc)
{
g_message ("attempt to register non-existant load handler \"%s\""),
name;
g_message ("attempt to register non-existant load handler \"%s\"",
name);
goto done;
}

View File

@ -325,8 +325,8 @@ HELP
if (!file_proc)
{
g_message ("attempt to register non-existant load handler \"%s\""),
name;
g_message ("attempt to register non-existant load handler \"%s\"",
name);
goto done;
}