summaryrefslogtreecommitdiff
path: root/libgphoto2/gphoto2-context.c
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2002-01-13 23:19:51 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2002-01-13 23:19:51 +0000
commit818aa29eb71ed3227054ceffb06811636be3a024 (patch)
treec97ca573bdc24634ae448b87b6a1300011f73270 /libgphoto2/gphoto2-context.c
parent335e6e05086b600e5a8a1a72b8d46a8c8621ff0f (diff)
downloadlibgphoto2-818aa29eb71ed3227054ceffb06811636be3a024.tar.gz
Small fixes.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@3865 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2/gphoto2-context.c')
-rw-r--r--libgphoto2/gphoto2-context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgphoto2/gphoto2-context.c b/libgphoto2/gphoto2-context.c
index a109c3ce2..4bd3fea05 100644
--- a/libgphoto2/gphoto2-context.c
+++ b/libgphoto2/gphoto2-context.c
@@ -144,6 +144,7 @@ gp_context_progress_start (GPContext *context, float target,
id = context->progress_start_func (context, target, format,
args, context->progress_func_data);
va_end (args);
+ return (id);
}
return (0);