Skip to content

Commit

Permalink
Merge pull request #684 from dechilders/master
Browse files Browse the repository at this point in the history
Remove extra characters
  • Loading branch information
robotastic authored May 16, 2022
2 parents c256dc9 + c56c118 commit ce5f0bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk-recorder/systems/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <boost/log/trivial.hpp>
#include <boost/foreach.hpp>
#include <stdio.h>
//#include "../source.h"ß
//#include "../source.h"
#include "parser.h"


Expand Down Expand Up @@ -37,7 +37,7 @@ enum TalkgroupDisplayFormat { talkGroupDisplayFormat_id = 0,
#else
typedef std::shared_ptr<analog_recorder> analog_recorder_sptr;
typedef std::shared_ptr<p25_recorder> p25_recorder_sptr;
typedef std::shared_ptr<dmr_recorder> dmr_recorder_sptr;ß
typedef std::shared_ptr<dmr_recorder> dmr_recorder_sptr;
#endif

class System {
Expand Down

0 comments on commit ce5f0bd

Please sign in to comment.