~javier-lopez/ubuntu/quantal/cdo/sru-1023329

« back to all changes in this revision

Viewing changes to src/Info.c

  • Committer: Bazaar Package Importer
  • Author(s): Alastair McKinstry
  • Date: 2010-09-22 15:58:09 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100922155809-u1d3vlmlqj02uxjt
Tags: 1.4.6.dfsg.1-1
New upstream release. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
*/
24
24
 
25
25
 
26
 
#include "cdi.h"
 
26
#include <cdi.h>
27
27
#include "cdo.h"
28
28
#include "cdo_int.h"
29
29
#include "pstream.h"
219
219
 
220
220
void *Info(void *argument)
221
221
{
222
 
  static char func[] = "Info";
 
222
  static const char *func = "Info";
223
223
  int INFO, INFOV, INFOP, MAP;
224
224
  int operatorID;
225
225
  int i;