Skip to content

Commit a55b75e

Browse files
committed
Add missing return type
1 parent 6bbf17b commit a55b75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/FCryptoQWORD.uc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ final static function bool IsLte_AsUInt32(int A, int B)
142142
}
143143

144144
// Calculate QW *= Mul, return carry.
145-
final static function FCQWORD16_Mul(out FCQWORD16 QW, FCQWORD16 Mul)
145+
final static function int FCQWORD16_Mul(out FCQWORD16 QW, FCQWORD16 Mul)
146146
{
147147
local FCQWORD16 Res;
148148
local int Tmp;

0 commit comments

Comments
 (0)