aboutsummaryrefslogtreecommitdiff
path: root/cfn.c
diff options
context:
space:
mode:
Diffstat (limited to 'cfn.c')
-rw-r--r--cfn.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cfn.c b/cfn.c
index ad6776e..9c04fb8 100644
--- a/cfn.c
+++ b/cfn.c
@@ -21,5 +21,8 @@ int cfn(const char *fn, void *buf) {
perror(__FUNCTION__);
return -1;
}
+
+ /* Done, assume success */
+ return 0;
}