projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
b211f6e
)
*** empty log message ***
author
gc
<gc>
Sun, 17 Jun 2007 17:38:50 +0000
(17:38 +0000)
committer
gc
<gc>
Sun, 17 Jun 2007 17:38:50 +0000
(17:38 +0000)
ext/rbbooh.c
patch
|
blob
|
history
diff --git
a/ext/rbbooh.c
b/ext/rbbooh.c
index d9bc20bcfc501b7d942a19b198f246e167ccddcb..963a30c53813d5fd50cdfe2e6f22ea3b923d797d 100644
(file)
--- a/
ext/rbbooh.c
+++ b/
ext/rbbooh.c
@@
-102,9
+102,8
@@
static ExifEntry* exif_entry(VALUE filename, ExifTag tag, ExifData** data) {
for (i = 0; i < EXIF_IFD_COUNT; i++) {
ExifEntry* entry = exif_content_get_entry((*data)->ifd[i], tag);
- if (entry)
{
+ if (entry)
return entry;
- }
}
return NULL;