Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
bc72c596
...
bc72c596ab8f28038d0763b354b55594a321d2f1
authored
2002-01-15 21:55:24 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(expand_line): Removed unused variable.
1 parent
7e409fbc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
comsat/action.c
comsat/action.c
View file @
bc72c59
...
...
@@ -199,7 +199,7 @@ static char *
expand_line
(
const
char
*
str
,
message_t
msg
)
{
const
char
*
p
;
int
c
=
0
,
len
;
int
c
=
0
;
struct
obstack
stk
;
if
(
!*
str
)
...
...
Please
register
or
sign in
to post a comment