From: Hans U. N. <hu...@us...> - 2007-05-21 13:48:30
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv19117/libexif Modified Files: exif-utils.c Log Message: add newline at EOF Index: exif-utils.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-utils.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -d -r1.12 -r1.13 --- exif-utils.c 15 May 2007 18:23:28 -0000 1.12 +++ exif-utils.c 21 May 2007 13:48:25 -0000 1.13 @@ -248,4 +248,4 @@ exif_convert_utf16_to_utf8 (char *out, c } } *out = 0; -} \ No newline at end of file +} |