diff options
author | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org> | 2008-01-15 13:37:47 +0000 |
---|---|---|
committer | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org> | 2008-01-15 13:37:47 +0000 |
commit | f2e700dd7c1eb7325d8ce51f7e35b652cceac151 (patch) | |
tree | 4f02b1c62a15a8e3c810f37bc8a05f64ab0e08d2 /ChangeLog | |
parent | f908987c2ad037b85ec611901b257ec675786cba (diff) | |
download | conntrack-tools-f2e700dd7c1eb7325d8ce51f7e35b652cceac151.tar.gz conntrack-tools-f2e700dd7c1eb7325d8ce51f7e35b652cceac151.zip |
Max Kellermann <max@duempel.org>:
use the comma operator instead of curly braces
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ o remove prefetch in slist.h since it confuses gcc o fix illegal use of return in the yacc code, use break instead o fix wrong invocations after prototype cleanup o set the return type of the parse functions to "void" +o use the comma operator instead of curly braces version 0.9.5 (2007/07/29) ------------------------------ |