diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-12-15 20:38:57 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-12-15 20:38:57 +0100 |
commit | f1353e9ffd34db5f755c7da0b3f9c10638fbfd38 (patch) | |
tree | a1f2ab30332a6383b0677bfcc2aec687b98851d6 /src/photos/Photos.c | |
parent | f8ca421bdacee8851965a4b802ada1d2366bdbc1 (diff) | |
parent | ede50c561ec9811704821a9ea0f04c3d6c20b5af (diff) |
Merge branch 'release/0.26.4-1'0.26.4-1
Diffstat (limited to 'src/photos/Photos.c')
-rw-r--r-- | src/photos/Photos.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/photos/Photos.c b/src/photos/Photos.c index 72c2778..d859d37 100644 --- a/src/photos/Photos.c +++ b/src/photos/Photos.c @@ -1,4 +1,4 @@ -/* Photos.c generated by valac 0.34.7, the Vala compiler +/* Photos.c generated by valac 0.36.6, the Vala compiler * generated from Photos.vala, do not modify */ /* Copyright 2016 Software Freedom Conservancy Inc. @@ -45,8 +45,8 @@ void photos_preconfigure (void) { void photos_init (GError** error) { - gint _tmp0_ = 0; - PhotoFileFormat* _tmp1_ = NULL; + gint _tmp0_; + PhotoFileFormat* _tmp1_; #line 23 "/home/jens/Source/shotwell/src/photos/Photos.vala" _tmp1_ = photo_file_format_get_supported (&_tmp0_); #line 53 "Photos.c" @@ -67,7 +67,7 @@ void photos_init (GError** error) { format = format_collection[format_it]; #line 69 "Photos.c" { - PhotoFileFormat _tmp2_ = 0; + PhotoFileFormat _tmp2_; #line 24 "/home/jens/Source/shotwell/src/photos/Photos.vala" _tmp2_ = format; #line 24 "/home/jens/Source/shotwell/src/photos/Photos.vala" |