Code

options: don't initialize with memset(0)
authorMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 12:26:00 +0000 (14:26 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 12:26:00 +0000 (14:26 +0200)
commit98e5157bc23dcc95cd65a1858075ed47e657f2c1
tree939641c9dab66b4b9950932283ed4b34f1a379ec
parent7e81521772240ec3567a1773d2919a3e90d104c7
options: don't initialize with memset(0)

Global variables are already initialized with zero when the program
starts, don't memset(0) again.
src/options.c