added missing comma for gimp_register_magic_load_handler() arguments.

* plug-ins/common/mpeg.c: added missing comma for
        gimp_register_magic_load_handler() arguments.

-- yasuhiro
This commit is contained in:
SHIRASAKI Yasuhiro 2000-03-11 15:00:13 +00:00
parent aebb4b1576
commit cfb02e85d7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-03-11 Shirasaki Yasuhiro <yasuhiro@gnome.gr.jp>
* plug-ins/common/mpeg.c: added missing comma for
gimp_register_magic_load_handler() arguments.
2000-03-11 Tor Lillqvist <tml@iki.fi>
* plug-ins/twain/*.c: Use GLib's memory functions instead of

View File

@ -135,7 +135,7 @@ query (void)
gimp_register_magic_load_handler ("file_mpeg_load",
"mpg,mpeg",
""
"",
"0,long,0x000001b3,0,long,0x000001ba");
}