Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
consistência
Browse files Browse the repository at this point in the history
  • Loading branch information
fofoni committed May 31, 2016
1 parent c8be8c2 commit d1eda02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ PaStream *Stream::echo() {
return stream;

#define SCOUT(COE) do {} while(0)
#define SDUMP(N)
#define SDUMP(N) do {} while(0)
#else
#define SCOUT(COE) do { \
std::lock_guard<std::mutex> lk(io_mutex); \
Expand Down

0 comments on commit d1eda02

Please sign in to comment.