Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12932 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Feb 12, 2010
1 parent a7932cc commit 8f06089
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/providers/grass/qgis.g.info.c
Expand Up @@ -105,11 +105,12 @@ int main( int argc, char **argv )
}
else
{
void *ptr;
double val;

rast_type = G_get_raster_map_type( fd );
cell = G_allocate_c_raster_buf();
dcell = G_allocate_d_raster_buf();
void *ptr;
double val;

if ( rast_type == CELL_TYPE )
{
Expand Down

0 comments on commit 8f06089

Please sign in to comment.