summaryrefslogtreecommitdiff
path: root/camlibs/mars
diff options
context:
space:
mode:
authorTheodore Kilgore <kilgota@auburn.edu>2005-09-22 01:10:25 +0000
committerTheodore Kilgore <kilgota@auburn.edu>2005-09-22 01:10:25 +0000
commit0ab9dd4c91b5c6c7ca22519019c61c14e52337b5 (patch)
tree2e76c4fa45775def1a2a84e3ce29eca367fe7303 /camlibs/mars
parent4ee5d523607a2d3a029242f48e2ed40083c2275e (diff)
downloadlibgphoto2-0ab9dd4c91b5c6c7ca22519019c61c14e52337b5.tar.gz
Removal of two overlooked "//" comment symbols.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@8257 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/mars')
-rw-r--r--camlibs/mars/ChangeLog5
-rw-r--r--camlibs/mars/mars.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/camlibs/mars/ChangeLog b/camlibs/mars/ChangeLog
index f80d38f95..b8219ed9c 100644
--- a/camlibs/mars/ChangeLog
+++ b/camlibs/mars/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-21 Theodore Kilgore <kilgota@auburn.edu>
+
+ * mars.c: Removal of two overlooked "//" comment symbols.
+
+
2005-09-19 Theodore Kilgore <kilgota@auburn.edu>
* library.c: Added Argus DC-1610 and Philips P44417B keychain camera.
diff --git a/camlibs/mars/mars.c b/camlibs/mars/mars.c
index 455d11300..a275a632d 100644
--- a/camlibs/mars/mars.c
+++ b/camlibs/mars/mars.c
@@ -201,13 +201,11 @@ void precalc_table(code_table_t *table)
}
else if ((i & 0xF0) == 0xF0) {
/* code 1111 */
- // val = -20;
val = -20;
len = 4;
}
else if ((i & 0xF8) == 0xE0) {
/* code 11100 */
- // val = +20;
val = +20;
len = 5;
}