mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-12 08:47:50 +01:00
oops: function need to return something
This commit is contained in:
parent
62f0819a82
commit
d07bb5013d
1 changed files with 1 additions and 0 deletions
|
@ -1559,6 +1559,7 @@ string_printf( string& str, const char* fmt, ... )
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return str;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Going with non-blocking instead
|
// Going with non-blocking instead
|
||||||
|
|
Loading…
Add table
Reference in a new issue