This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
solstice
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix typo.
wip
Titouan Rigoudy
9 years ago
parent
a44713473a
commit
3a7715a33f
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
src/control/controller.rs
+ 3
- 1
src/control/controller.rs
View File
@ -155,7 +155,9 @@ impl Controller {
let
response
=
match
response_result
{
Ok
(
response
)
=
>
response
,
Err
(
e
)
=
>
{
error
!
(
"Error receving from client channel: {}"
,
e
)
;
error
!
(
"Error receiving from client channel: {}"
,
e
)
;
break
;
}
}
;
Write
Preview
Loading…
Cancel
Save