projects
/
apps
/
madmutt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a30218f
)
Useless cast.
author
Pierre Habouzit
<madcoder@debian.org>
Sun, 27 May 2007 11:52:20 +0000
(13:52 +0200)
committer
Pierre Habouzit
<madcoder@debian.org>
Sun, 27 May 2007 11:52:20 +0000
(13:52 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
browser.c
patch
|
blob
|
history
diff --git
a/browser.c
b/browser.c
index
d945b89
..
5db8c75
100644
(file)
--- a/
browser.c
+++ b/
browser.c
@@
-428,7
+428,7
@@
static void add_folder (MUTTMENU * m, struct browser_state *state,
(state->entry)[state->entrylen].imap = 0;
#ifdef USE_NNTP
if (option (OPTNEWS))
- (state->entry)[state->entrylen].nd =
(nntp_data_t *)
data;
+ (state->entry)[state->entrylen].nd = data;
#endif
(state->entrylen)++;
}