Skip to content

Commit

Permalink
Merge pull request #1701 from vlcvboyer/fix_fit_file
Browse files Browse the repository at this point in the history
fix : 'break;' was commented at same time as function
  • Loading branch information
liversedge committed Nov 28, 2015
2 parents 1bcd7cd + 6f91980 commit 54014e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FitRideFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ struct FitFileReaderState
case RECORD_TYPE: decodeRecord(def, time_offset, values); break;
case 21: decodeEvent(def, time_offset, values); break;

case 23: //decodeDeviceInfo(def, time_offset, values); break; /* device info */
case 23: /* decodeDeviceInfo(def, time_offset, values); */ break; /* device info */
case 18: decodeSession(def, time_offset, values); break; /* session */

case 101: decodeLength(def, time_offset, values); break; /* lap swimming */
Expand Down

0 comments on commit 54014e0

Please sign in to comment.