summaryrefslogtreecommitdiff
path: root/examples/blame.c
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2015-06-29 21:48:35 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2015-06-29 21:48:35 +0000
commitd202bb7d3bcca536c3b236b36621707a99854572 (patch)
treeab2cee71ea81fa3237efdac18c98763e4514fc23 /examples/blame.c
parente5f9df7b0f754c90c35c8cad72e814adbb2657ac (diff)
downloadlibgit2-d202bb7d3bcca536c3b236b36621707a99854572.tar.gz
examples: clean up some warnings
Diffstat (limited to 'examples/blame.c')
-rw-r--r--examples/blame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blame.c b/examples/blame.c
index b126c0d33..9288352e2 100644
--- a/examples/blame.c
+++ b/examples/blame.c
@@ -37,8 +37,8 @@ static void parse_opts(struct opts *o, int argc, char *argv[]);
int main(int argc, char *argv[])
{
- int i, line, break_on_null_hunk;
- size_t rawsize;
+ int line, break_on_null_hunk;
+ size_t i, rawsize;
char spec[1024] = {0};
struct opts o = {0};
const char *rawdata;