Added a comment

This commit is contained in:
Ari Makela
2014-09-16 11:10:32 -05:00
committed by Robert Carlsen
parent 61fb130097
commit 8045b6363b
+1
View File
@@ -43,6 +43,7 @@ func main() {
}
x, err := exif.Decode(f)
// Register Camera make specific parses, currently Nikon and Canon.
for _, parser := range mknote.All {
x.RegisterParsers(parser)
}