diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-04-22 19:14:34 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-23 09:47:08 +0200 |
commit | 757e9c4c2a9181514f658f54f0757d1c2d479fff (patch) | |
tree | ed64511844e638a61ff6f5b13dce83554470644d /package/libexif | |
parent | 5e2c17b9a3a52d31312215004e79576e5ec6f1f3 (diff) | |
download | buildroot-757e9c4c2a9181514f658f54f0757d1c2d479fff.tar.gz buildroot-757e9c4c2a9181514f658f54f0757d1c2d479fff.zip |
package: kill pointless text justification
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libexif')
-rw-r--r-- | package/libexif/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libexif/Config.in b/package/libexif/Config.in index 9c89df4102..8a38b477b8 100644 --- a/package/libexif/Config.in +++ b/package/libexif/Config.in @@ -3,7 +3,7 @@ config BR2_PACKAGE_LIBEXIF help Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the - image. The EXIF library allows you to parse an EXIF file + image. The EXIF library allows you to parse an EXIF file and read the data from those tags. http://libexif.sf.net |