services: xorg: Fix typo in xserver.conf.

* gnu/services/xorg.scm (xorg-start-command)[xserver.conf]: Add missing
  double-quote in AllowMouseOpenFail.
This commit is contained in:
Ludovic Courtès 2014-11-06 23:54:39 +01:00
parent 41d07f5e98
commit e30442b53b
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ Section \"Files\"
EndSection
Section \"ServerFlags\"
Option \"AllowMouseOpenFail\" \"on""
Option \"AllowMouseOpenFail\" \"on\"
EndSection
"))