From 4c5e430dd3fcd38c29bfbc20dc0cc65defd33224 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Sat, 3 Jan 2015 23:11:59 +0100 Subject: Update for Rustc --- src/win32/monitor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/win32/monitor.rs') diff --git a/src/win32/monitor.rs b/src/win32/monitor.rs index 82ee02a..4aca57b 100644 --- a/src/win32/monitor.rs +++ b/src/win32/monitor.rs @@ -5,7 +5,7 @@ use std::collections::RingBuf; /// Win32 implementation of the main `MonitorID` object. pub struct MonitorID { /// The system name of the monitor. - name: [winapi::WCHAR, ..32], + name: [winapi::WCHAR; 32], /// Name to give to the user. readable_name: String, -- cgit v1.2.3