mirror of https://github.com/GNOME/gimp.git
libgimp: clean out some tabs.
This commit is contained in:
parent
b7dd2622d1
commit
406c0475bc
|
@ -206,8 +206,8 @@ struct _GimpParam
|
||||||
main (int argc, char *argv[]) \
|
main (int argc, char *argv[]) \
|
||||||
{ \
|
{ \
|
||||||
/* Use __argc and __argv here, too, as they work \
|
/* Use __argc and __argv here, too, as they work \
|
||||||
* better with mingw-w64. \
|
* better with mingw-w64. \
|
||||||
*/ \
|
*/ \
|
||||||
return gimp_main (&PLUG_IN_INFO, __argc, __argv); \
|
return gimp_main (&PLUG_IN_INFO, __argc, __argv); \
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue