Skip to content
Snippets Groups Projects
Commit 6c176484 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Add missing static declaration.

parent 3e6f8486
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,8 @@ extern resOps streamOps;
FILE *popen(const char *command, const char *type);
int pclose(FILE *stream);
void cdiPrintDefaults(void)
static void
cdiPrintDefaults(void)
{
fprintf (stderr, "default instID : %d\n", cdiDefaultInstID);
fprintf (stderr, "default modelID : %d\n", cdiDefaultModelID);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment