Skip to content
Snippets Groups Projects
Commit 0d2280b5 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Fixed a warning.

Rev: lib/modules/Filesystem.pmod/module.pmod:1.5
parent 798bdaa7
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ class Stat
// fixme
void attach_statobject(object a)
{
return attach_statarray( (array) a );
attach_statarray( (array) a );
}
Stdio.File open(string mode)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment