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

Commit

Permalink
Browse files Browse the repository at this point in the history
move the slash back, he says.
  • Loading branch information
isaacs committed Jun 21, 2012
1 parent 6e70e9b commit 1b45250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ev-emul.h
Expand Up @@ -88,7 +88,7 @@ extern "C" {

#define __uv_warn_of(old_, new_) \
do { \
if (__uv_warn_##old_ || no_deprecation) break; \
if (__uv_warn_##old_ || no_deprecation) break; \
__uv_warn_##old_ = 1; \
fputs("WARNING: " #old_ " is deprecated, use " #new_ "\n", stderr); \
} \
Expand Down

0 comments on commit 1b45250

Please sign in to comment.