Index: fusl/src/network/res_state.c |
diff --git a/fusl/src/network/res_state.c b/fusl/src/network/res_state.c |
index 5c42cda5c35f098a70f26016407c602ecf645195..4492c7974bec52bc0192e9c695c0a821c2e69a54 100644 |
--- a/fusl/src/network/res_state.c |
+++ b/fusl/src/network/res_state.c |
@@ -2,8 +2,7 @@ |
/* This is completely unused, and exists purely to satisfy broken apps. */ |
-struct __res_state *__res_state() |
-{ |
- static struct __res_state res; |
- return &res; |
+struct __res_state* __res_state() { |
+ static struct __res_state res; |
+ return &res; |
} |