Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_utmp.c

    r30 r1  
    331331{
    332332  SL_ENTER(_("sh_utmp_endutent"));
    333   if (NULL != sh_utmpfile)
    334     (void) fclose(sh_utmpfile);
     333  (void) fclose(sh_utmpfile);
    335334  sh_utmpfile = NULL;
    336335  SL_RET0(_("sh_utmp_endutent"));
Note: See TracChangeset for help on using the changeset viewer.