formatting.

2006-06-09  Sven Neumann  <sven@gimp.org>

	* app/batch.c (batch_run_cmd): formatting.
This commit is contained in:
Sven Neumann 2006-06-09 06:47:03 +00:00 committed by Sven Neumann
parent c61eddd5c6
commit 303150eee5
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2006-06-09 Sven Neumann <sven@gimp.org>
* app/batch.c (batch_run_cmd): formatting.
2006-06-08 Bill Skaggs <weskaggs@primate.ucdavis.edu>
* plug-ins/common/png.c

View File

@ -147,10 +147,11 @@ batch_run_cmd (Gimp *gimp,
if (procedure->num_args > 1)
g_value_set_static_string (&args->values[1], cmd);
return_vals = gimp_pdb_execute_procedure_by_name_args (gimp->pdb,
gimp_get_user_context (gimp),
NULL,
proc_name, args);
return_vals =
gimp_pdb_execute_procedure_by_name_args (gimp->pdb,
gimp_get_user_context (gimp),
NULL,
proc_name, args);
switch (g_value_get_enum (&return_vals->values[0]))
{