Useless cast.
authorPierre Habouzit <madcoder@debian.org>
Sun, 27 May 2007 11:52:20 +0000 (13:52 +0200)
committerPierre 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

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)++;
 }