~ubuntu-branches/ubuntu/precise/xdm/precise

« back to all changes in this revision

Viewing changes to file.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2008-10-05 20:55:43 UTC
  • mfrom: (7.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081005205543-t9lgih96kbj1eidd
Tags: 1:1.1.8-5
Updated Polish debconf translation, thanks to Łukasz Paździora
(closes: #499073).

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
    char    *wordStart;
66
66
    int     nargs;
67
67
 
68
 
    args = 0;
 
68
    args = NULL;
69
69
    nargs = 0;
70
70
    while (*s)
71
71
    {
234
234
} displayTypes[] = {
235
235
        { "local",              { Local, Permanent, FromFile } },
236
236
        { "foreign",            { Foreign, Permanent, FromFile } },
237
 
        { 0,                    { Local, Permanent, FromFile } },
 
237
        { NULL,                 { Local, Permanent, FromFile } },
238
238
};
239
239
 
240
240
DisplayType