summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-14 14:40:19 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-14 14:40:19 +0000
commit8c335f2d1bb3eaa31f6779461728ed106d0561f2 (patch)
treebe56991425713daac7992725507088c0d906507b /src
parentRelease 0.2 (diff)
small cleanup
Diffstat (limited to 'src')
-rw-r--r--src/seq_window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seq_window.c b/src/seq_window.c
index df5f9d9..d53755e 100644
--- a/src/seq_window.c
+++ b/src/seq_window.c
@@ -196,7 +196,7 @@ void seq_win_print(seq_win_t* win)
seq_win_element_t* ptr = win->first_;
while(ptr) {
- printf(" [%u]: (%u)-", ptr->sender_id_, ptr->max_, ptr->pos_);
+ printf(" [%u]: (%u)-", ptr->sender_id_, ptr->max_);
window_size_t i = ptr->pos_;
while(1) {
if(ptr->window_[i])