mausezahn: Don't use ternary operator to decide which function to call
commit96cbba90a5ccf29c2124b8d4d46ed534861ccf44
authorTobias Klauser <tklauser@distanz.ch>
Mon, 2 Jun 2014 11:59:39 +0000 (2 13:59 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Mon, 2 Jun 2014 11:59:39 +0000 (2 13:59 +0200)
tree24a17fbeb56eb7813c1307ddc2841acaa58384f3
parentc288c3a32659db207db09fdb8beb6ee00e3eaff0
mausezahn: Don't use ternary operator to decide which function to call

Replace an odd use of the ternary operator with a more readable if/else.
This fixes Debian Bug #750077.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
staging/modifications.c