aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Hovland <erik@hovland.org>2008-09-30 14:05:32 -0700
committerDan Dennedy <dan@dennedy.org>2008-10-28 22:52:34 -0700
commit63b9d388208deef37cd80f5263e7316e8cbf1cb2 (patch)
tree9fb019eca5a1366123b56bdc786170b38ed538fb
parent038f5f5c98612f637735e4f4752d8ca8108b0ef6 (diff)
downloadlibraw1394-63b9d388208deef37cd80f5263e7316e8cbf1cb2.tar.gz
Makes sure a value is returned by the function.
A function can compile without returning something always. Signed-off-by: Erik Hovland <erik@hovland.org> Signed-off-by: Dan Dennedy <dan@dennedy.org>
-rw-r--r--src/fw-iso.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fw-iso.c b/src/fw-iso.c
index 8c0dc6b..a2ea38f 100644
--- a/src/fw-iso.c
+++ b/src/fw-iso.c
@@ -76,6 +76,7 @@ queue_packet(fw_handle_t handle,
if (err < 0)
return -1;
}
+ return 0;
}
static int