ENH: warning fix

This commit is contained in:
Ken Martin 2006-02-16 13:42:58 -05:00
parent ff3eeef545
commit 13661cdd23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ cmMakefileTargetGenerator::New(cmLocalUnixMakefileGenerator3 *lg,
result = new cmMakefileUtilityTargetGenerator;
break;
default:
return result
return result;
break;
}