Changeset 682

Show
Ignore:
Timestamp:
10/27/09 10:08:45 (4 weeks ago)
Author:
robl
Message:

fix dumb build errors

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/mpinetcdf.c

    r681 r682  
    832832} 
    833833 
    834 static void check_recsize_too_big(NC *ncp)  
     834static int check_recsize_too_big(NC *ncp)  
    835835{ 
    836836    /* assertion: because recsize will be used to set up the file 
     
    10571057    if (ncp->numrecs == 0) 
    10581058            return(NC_NOERR); 
    1059     check_recsize_too_big(NC *ncp); 
     1059    check_recsize_too_big(ncp); 
    10601060 
    10611061#if (MPI_VERSION < 2)