scstadmin: Use 1 instead of TRUE where an integer exit code is returned

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3598 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-06-19 16:58:29 +00:00
parent 990d1aae3c
commit 5d77498e7a
+1 -1
View File
@@ -999,7 +999,7 @@ sub writeConfiguration {
if (!unlink $CONFIGFILE) {
print "Failed to save current configuration, specified ".
"file exists and cannot be deleted.\n";
return TRUE;
return 1;
}
}