diff options
Diffstat (limited to 'accel-pppd/log.h')
-rw-r--r-- | accel-pppd/log.h | 2 |
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 |