This commit is contained in:
Jan Nils Ferner 2016-10-20 11:48:31 +02:00 committed by Jonathan Wakely
parent 98f1e46602
commit d86a82f1eb

View File

@ -9164,7 +9164,7 @@ Can cause maintenance problems.
// ...
int d = 7;
// ...
d = value_to_be_rerurned;
d = value_to_be_returned;
// ...
}