diff options
author | Lutz Mueller <lutz@users.sourceforge.net> | 2001-03-22 14:20:33 +0000 |
---|---|---|
committer | Lutz Mueller <lutz@users.sourceforge.net> | 2001-03-22 14:20:33 +0000 |
commit | 1f59d601421fca6f0147fb72399bc709782ad5e9 (patch) | |
tree | f62422c52f30615a2ecc7867a5b9bfda68e97dd9 /libgphoto2 | |
parent | 0260ab0ef5e0dd336ad0a40c62381bd5a33c687c (diff) | |
download | libgphoto2-1f59d601421fca6f0147fb72399bc709782ad5e9.tar.gz |
"/**" is used by gtk-doc to identify comments.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@1786 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2')
-rw-r--r-- | libgphoto2/exif.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgphoto2/exif.c b/libgphoto2/exif.c index 634a2fc1a..4ed64d767 100644 --- a/libgphoto2/exif.c +++ b/libgphoto2/exif.c @@ -113,7 +113,7 @@ void gpe_setval(unsigned char *data,int tagind,long newval){ }; -/** +/* * Returns the offset of the next IFD entry after * offset "num". * @@ -539,7 +539,7 @@ int gpe_tagnum( char *data,int tagind){ return(exif_get_lilend(data+tagind*12+2,2)); }; -/** +/* * Get the value of a tag as an integer. * only works for 4 byte values. * |