summaryrefslogtreecommitdiff
path: root/accel-pppd/log.h
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2014-12-01 16:40:04 +0300
committerDmitry Kozlov <xeb@mail.ru>2014-12-01 16:40:04 +0300
commit574912df113888ea19b4811b406612544514d9eb (patch)
treea7fec6d150d8710b31d4730ef7fab5c4c9ce4417 /accel-pppd/log.h
parent3cc7fd0165e096be25761710b66b44fda9d09190 (diff)
parente09279c7491a8bd16a25b123e03ddd0cd77b566d (diff)
downloadaccel-ppp-574912df113888ea19b4811b406612544514d9eb.tar.gz
accel-ppp-574912df113888ea19b4811b406612544514d9eb.zip
Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code
Diffstat (limited to 'accel-pppd/log.h')
-rw-r--r--accel-pppd/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/log.h b/accel-pppd/log.h
index 0b4c1cee..5f3fd967 100644
--- a/accel-pppd/log.h
+++ b/accel-pppd/log.h
@@ -19,7 +19,7 @@ struct log_msg_t
struct timeval timestamp;
int level;
struct log_chunk_t *hdr;
- struct list_head *chunks;
+ struct list_head *chunks;
};
struct log_chunk_t