Browse Source

fix copy/paste fail

cl-refactor
subtly 10 years ago
parent
commit
b39d687be2
  1. 2
      eth/main.cpp

2
eth/main.cpp

@ -716,7 +716,7 @@ int main(int argc, char** argv)
// helpful to use OutputDebugString on windows
#ifdef _WIN32
{
OutputDebugStringA(_s.data());
OutputDebugStringA(a.data());
OutputDebugStringA("\n");
}
#endif

Loading…
Cancel
Save