Move */ up one line so it doesn't catch the closing brace for EmitSTDOUT::log

Originally committed to SVN as r4411.
This commit is contained in:
Amar Takhar 2010-06-03 01:18:12 +00:00
parent 3ba76f196f
commit 86a3d0792a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ void EmitSTDOUT::log(SinkMessage *sm) {
sm->line,
strndup(sm->message,
sm->len));
}
*/
}
} // namespace log
} // namespace agi