projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df9f501
)
notmuch-tag: initialize with enum instead of 0
author
David Bremner
<bremner@debian.org>
Sat, 19 Jan 2013 13:14:46 +0000
(09:14 -0400)
committer
David Bremner
<bremner@debian.org>
Sat, 19 Jan 2013 18:20:42 +0000
(14:20 -0400)
This is just a cosmetic fix to make the "type" of ret more clear.
notmuch-tag.c
patch
|
blob
|
history
diff --git
a/notmuch-tag.c
b/notmuch-tag.c
index b54c55dd71428ebca229f6135d57a78e109f8e00..d9daf8fbe44a39f50ba2464cb6a057cfe372afc1 100644
(file)
--- a/
notmuch-tag.c
+++ b/
notmuch-tag.c
@@
-97,7
+97,7
@@
tag_query (void *ctx, notmuch_database_t *notmuch, const char *query_string,
notmuch_query_t *query;
notmuch_messages_t *messages;
notmuch_message_t *message;
- int ret =
0
;
+ int ret =
NOTMUCH_STATUS_SUCCESS
;
/* Optimize the query so it excludes messages that already have
* the specified set of tags. */