formatting.

2008-08-21  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/script-fu.c (script_fu_run): formatting.


svn path=/trunk/; revision=26697
This commit is contained in:
Sven Neumann
2008-08-21 14:01:17 +00:00
committed by Sven Neumann
parent 7c5fa991a4
commit c85fc6eb21
2 changed files with 5 additions and 1 deletions

View File

@ -196,7 +196,7 @@ script_fu_run (const gchar *name,
}
if (param != NULL)
set_run_mode_constant ((GimpRunMode)param[0].data.d_int32);
set_run_mode_constant ((GimpRunMode) param[0].data.d_int32);
/* Load all of the available scripts */
script_fu_find_scripts (path);