aboutsummaryrefslogtreecommitdiff
path: root/cfn.c
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-02-28 13:58:44 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-02-28 13:58:44 +1300
commitd30057c838b664b0a1a08406f02fdd0f6548ef80 (patch)
treea63b941dd81b16c48cd85c59983eac2f60aa419a /cfn.c
parentIgnore built files (diff)
downloadcat-d30057c838b664b0a1a08406f02fdd0f6548ef80.tar.gz
cat-d30057c838b664b0a1a08406f02fdd0f6548ef80.zip
Correct some pedantic errors
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;
}