1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 16:50:58 +01:00

Danek: 29254: fix some compiler warnings

This commit is contained in:
Peter Stephenson 2011-05-13 18:12:05 +00:00
parent a5ff5b61a4
commit 9c0a19669b
6 changed files with 9 additions and 5 deletions

View file

@ -954,7 +954,6 @@ int
cleanup_(Module m)
{
return setfeatureenables(m, &module_features, NULL);
return 0;
}
/**/