diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-11-12 16:48:02 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-11-12 16:48:02 +0100 |
commit | abdaad68fb94e2d61448a6dfc14847df8a2c32b9 (patch) | |
tree | 26855c5dd3bfffdbf319d5ba4a38223a28de3e7c /src/.unitize/_DbInternals.c | |
parent | 0f67b3cc674377559e66c5a6729fd499049a992f (diff) | |
parent | dd7f98a232efe86f6e6055119c9414a0f9d9e67b (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'src/.unitize/_DbInternals.c')
-rw-r--r-- | src/.unitize/_DbInternals.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/.unitize/_DbInternals.c b/src/.unitize/_DbInternals.c index abad513..842d484 100644 --- a/src/.unitize/_DbInternals.c +++ b/src/.unitize/_DbInternals.c @@ -1,4 +1,4 @@ -/* _DbInternals.c generated by valac 0.34.7, the Vala compiler +/* _DbInternals.c generated by valac 0.36.6, the Vala compiler * generated from _DbInternals.vala, do not modify */ /* Copyright 2016 Software Freedom Conservancy Inc. @@ -26,7 +26,7 @@ void unit_terminate_entry (void); void db_init_entry (GError** error) { - gint _tmp0_ = 0; + gint _tmp0_; GError * _inner_error_ = NULL; #line 14 "/home/jens/Source/shotwell/src/.unitize/_DbInternals.vala" _tmp0_ = db__unit_init_count; @@ -63,7 +63,7 @@ void db_init_entry (GError** error) { void db_terminate_entry (void) { gboolean _tmp0_ = FALSE; - gint _tmp1_ = 0; + gint _tmp1_; #line 23 "/home/jens/Source/shotwell/src/.unitize/_DbInternals.vala" _tmp1_ = db__unit_init_count; #line 23 "/home/jens/Source/shotwell/src/.unitize/_DbInternals.vala" @@ -72,8 +72,8 @@ void db_terminate_entry (void) { _tmp0_ = TRUE; #line 74 "_DbInternals.c" } else { - gint _tmp2_ = 0; - gint _tmp3_ = 0; + gint _tmp2_; + gint _tmp3_; #line 23 "/home/jens/Source/shotwell/src/.unitize/_DbInternals.vala" _tmp2_ = db__unit_init_count; #line 23 "/home/jens/Source/shotwell/src/.unitize/_DbInternals.vala" |