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

« back to all changes in this revision

Viewing changes to protodpy.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:
142
142
{
143
143
    struct protoDisplay *p, *prev;
144
144
 
145
 
    prev = 0;
 
145
    prev = NULL;
146
146
    for (p = protoDisplays; p; p=p->next)
147
147
    {
148
148
        if (p == pdpy)