~darkxst/ubuntu/raring/xorg-server/lp1073724

« back to all changes in this revision

Viewing changes to hw/xfree86/parser/Input.c

  • Committer: Package Import Robot
  • Author(s): Cyril Brulebois
  • Date: 2011-12-20 11:39:51 UTC
  • mto: (0.10.23) (1.1.48)
  • mto: This revision was merged to the branch mainline in revision 244.
  • Revision ID: package-import@ubuntu.com-20111220113951-cx9svdcnqpcta5wk
Tags: upstream-1.11.99.2
ImportĀ upstreamĀ versionĀ 1.11.99.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
                        ptr->inp_option_lst = xf86parseOption(ptr->inp_option_lst);
115
115
                        break;
116
116
                case EOF_TOKEN:
117
 
                        Error (UNEXPECTED_EOF_MSG, NULL);
 
117
                        Error (UNEXPECTED_EOF_MSG);
118
118
                        break;
119
119
                default:
120
120
                        Error (INVALID_KEYWORD_MSG, xf86tokenString ());
123
123
        }
124
124
 
125
125
        if (!has_ident)
126
 
                Error (NO_IDENT_MSG, NULL);
 
126
                Error (NO_IDENT_MSG);
127
127
 
128
128
#ifdef DEBUG
129
129
        printf ("InputDevice section parsed\n");