aboutsummaryrefslogtreecommitdiff
path: root/src/survive_data.c
diff options
context:
space:
mode:
authorJoshua Allen <axlecrusher@gmail.com>2017-03-18 20:25:06 -0400
committerJoshua Allen <axlecrusher@gmail.com>2017-03-18 20:25:06 -0400
commitd4e7bc4037f9e0b4af3f11940b53520eb9f82ff6 (patch)
treea51cd1c46f522cd770c70846b1dd0cac121adc2c /src/survive_data.c
parent079ef4516edee08da8a129a0d84249ccb79bbf23 (diff)
downloadlibsurvive-d4e7bc4037f9e0b4af3f11940b53520eb9f82ff6.tar.gz
libsurvive-d4e7bc4037f9e0b4af3f11940b53520eb9f82ff6.tar.bz2
fix compile
Diffstat (limited to 'src/survive_data.c')
-rw-r--r--src/survive_data.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/survive_data.c b/src/survive_data.c
index 16a22e9..ffeacff 100644
--- a/src/survive_data.c
+++ b/src/survive_data.c
@@ -16,8 +16,6 @@ int32_t decode_acode(uint32_t length, int32_t main_divisor) {
return (acode>>1) - 6;
}
-}
-
//This is the disambiguator function, for taking light timing and figuring out place-in-sweep for a given photodiode.
void handle_lightcap( SurviveObject * so, LightcapElement * le )
{