[ create a new paste ] login | about

Link: http://codepad.org/r2lqVKJ5    [ raw code | output | fork ]

C, pasted on Jul 14:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
        SubSection "Display"
                Virtual 2048 768
        EndSubSection
EndSection

Section "Device"
        Identifier      "Configured Video Device"
EndSection


Output:
1
Line 1: error: expected '=', ',', ';', 'asm' or '__attribute__' before string constant


Create a new paste based on this one


Comments: