diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-23 22:04:13 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-23 22:04:13 +0200 |
commit | 93677ccfab46f7c49d291d626c514f55bd938dc9 (patch) | |
tree | f6ef28d0b48659082b36578cd985f00a9611f50c /src/blueshift_idcrtc.c | |
parent | typo (diff) | |
download | blueshift-93677ccfab46f7c49d291d626c514f55bd938dc9.tar.gz blueshift-93677ccfab46f7c49d291d626c514f55bd938dc9.tar.bz2 blueshift-93677ccfab46f7c49d291d626c514f55bd938dc9.tar.xz |
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/blueshift_idcrtc.c')
-rw-r--r-- | src/blueshift_idcrtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blueshift_idcrtc.c b/src/blueshift_idcrtc.c index d0bb33f..b7dc26a 100644 --- a/src/blueshift_idcrtc.c +++ b/src/blueshift_idcrtc.c @@ -203,7 +203,7 @@ int main(int argc, char** argv) /* Extract the output name from the data structure that holds it. */ name = xcb_randr_get_output_info_name(out_reply); - /* As well as the length of the name; it is not NUL-termianted.*/ + /* As well as the length of the name; it is not NUL-termianted. */ name_len = out_reply->name_len; /* Print the output name, we specified length, so that |