Changeset 249 for trunk


Ignore:
Timestamp:
Sep 21, 2009, 8:32:16 PM (15 years ago)
Author:
katerina
Message:

Fix compile problem with empty statement (ticket #167).

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bignum.c

    r248 r249  
    926926    if (a->sign == BIG_SIGN_MINUS)
    927927    {
    928       *n = -*n;;
     928      *n = -*n;
    929929    }
    930930    return FALSE;
  • trunk/src/sh_suidchk.c

    r231 r249  
    462462  int           status;
    463463  int           readFile  = -1;
    464   int           writeFile = -1;;
     464  int           writeFile = -1;
    465465  struct stat   fileInfo;
    466466  ssize_t       count;
Note: See TracChangeset for help on using the changeset viewer.