diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/handlers/compositor.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handlers/compositor.rs b/src/handlers/compositor.rs index 1c3b97c6..dac257d2 100644 --- a/src/handlers/compositor.rs +++ b/src/handlers/compositor.rs @@ -75,7 +75,7 @@ impl CompositorHandler for State { } } } - }) + }); } fn commit(&mut self, surface: &WlSurface) { |
