Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix sparse warnings
[gitweb.git]
/
builtin
/
add.c
diff --git
a/builtin/add.c
b/builtin/add.c
index f7a17e43f6816622ab4ff836a169221289756505..e127d5a68b5c28497a3e640760e4c597fbaa59d5 100644
(file)
--- a/
builtin/add.c
+++ b/
builtin/add.c
@@
-21,8
+21,7
@@
static const char * const builtin_add_usage[] = {
static int patch_interactive, add_interactive, edit_interactive;
static int take_worktree_changes;
-struct update_callback_data
-{
+struct update_callback_data {
int flags;
int add_errors;
};