]> git.sur5r.net Git - cc65/commit
Added missing parentheses. 220/head
authorGreg King <gregdk@users.sf.net>
Sat, 17 Oct 2015 15:53:16 +0000 (11:53 -0400)
committerGreg King <gregdk@users.sf.net>
Sat, 17 Oct 2015 16:09:06 +0000 (12:09 -0400)
commitf94945308fac8af7cfce8aebe159783eb8d8bd9e
treef9ea0a18d77645a9066e0661382a10332123db37
parent76a5a72403266b923b9bdc9ccd5f4de2a352459a
Added missing parentheses.

A function call had looked like a function pointer (which caused an incompatible comparison).
samples/sieve.c