diff options
Diffstat (limited to 'e-util/e-msgport.c')
-rw-r--r-- | e-util/e-msgport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-msgport.c b/e-util/e-msgport.c index 6fc83588c6..28c0e5cca9 100644 --- a/e-util/e-msgport.c +++ b/e-util/e-msgport.c @@ -93,7 +93,7 @@ int e_dlist_length(EDList *l) nn = n->next; } - return 0; + return count; } struct _EMsgPort { |