mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
fix missing #endif
This commit is contained in:
parent
faa1c81671
commit
f1713dcfe9
@ -376,7 +376,9 @@ extern const char* NCDAP_urllookup(void* dapurl, const char* param);
|
||||
# endif
|
||||
MSC_NCDISPATCH_EXTRA extern const char* NC_findtestserver(const char*);
|
||||
#else
|
||||
extern const char* NC_findtestserve
|
||||
extern const char* NC_findtestserver(const char*);
|
||||
#endif
|
||||
|
||||
/* Ping a specific server */
|
||||
extern int NCDAP_ping(const char*);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user