From 566dc060676b41e1e58a446b7dcc4159e242fee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 23 Sep 2014 09:36:45 +0200 Subject: Imported Upstream version 0.20.0 --- src/photos/PhotoFileFormat.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/photos/PhotoFileFormat.vala') diff --git a/src/photos/PhotoFileFormat.vala b/src/photos/PhotoFileFormat.vala index 926254d..2ab2f00 100644 --- a/src/photos/PhotoFileFormat.vala +++ b/src/photos/PhotoFileFormat.vala @@ -202,9 +202,9 @@ public enum PhotoFileFormat { case "tiff": return PhotoFileFormat.TIFF; - + case "bmp": - return PhotoFileFormat.BMP; + return PhotoFileFormat.BMP; default: return PhotoFileFormat.UNKNOWN; -- cgit v1.2.3