Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arne Øslebø
mapi
Commits
e48f27b1
Commit
e48f27b1
authored
Nov 11, 2005
by
Browse files
removed newline printf
git-svn-id:
file:///home/svn/mapi/trunk@269
8d5bb341-7cf1-0310-8cf6-ba355fef3186
parent
f082070c
Changes
1
Show whitespace changes
Inline
Side-by-side
stdlib/top.c
View file @
e48f27b1
...
...
@@ -268,7 +268,6 @@ static int topx_process(mapidflib_function_instance_t *instance,
extract_field
(
&
field
,
packet
,
data
->
protocol
,
data
->
field
);
//printf("data: %u len: %d\n",ntohs(*((unsigned short *)(field.pointer))),field.len);
add_field_to_list
(
&
field
,
data
);
...
...
@@ -291,7 +290,6 @@ static int topx_process(mapidflib_function_instance_t *instance,
tmp
=
tmp
->
next
;
i
++
;
}
printf
(
"
\n
"
);
return
1
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment