| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a114f63 commit 0c0334f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -69,7 +69,7 @@ static void GetOSType(const FunctionCallbackInfo<Value>& args) { | |||
| 69 | 69 | } | |
| 70 | 70 | rval = info.sysname; | |
| 71 | 71 | #else // __MINGW32__ | |
| 72 | - rval ="Windows_NT"; | ||
| 72 | + rval = "Windows_NT"; | ||
| 73 | 73 | #endif // __POSIX__ | |
| 74 | 74 | ||
| 75 | 75 | args.GetReturnValue().Set(OneByteString(env->isolate(), rval)); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments