changeset 129:162e3c157c62

Fix trivial compiler warning
author colin
date Fri, 21 Apr 2006 21:24:35 +0100
parents 4b1283b56e5a
children 460ef77b6385
files direct/yaffsfs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/direct/yaffsfs.c
+++ b/direct/yaffsfs.c
@@ -1411,7 +1411,7 @@ int yaffs_link(const char *oldpath, cons
 	// Creates a link called newpath to existing oldpath
 	yaffs_Object *obj = NULL;
 	yaffs_Object *target = NULL;
-	int retVal;
+	int retVal = 0;
 
 		
 	yaffsfs_Lock();