githelper.git/
githelper.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2010-09-05
2010-09-05 14:28:50 by Marcus Comstedt <marcus@mc.pp.se>
070acdea764ad0b305169dc7cca7721d49727907 (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
master
Added missing return statement.
145:
foreach (filterops; ; string op) if (has_suffix(arg, "_"+op)) return op;
+
return 0;
} int main(int argc, array(string) argv)