Kaydet (Commit) 248c970a authored tarafından Jiří Techet's avatar Jiří Techet

Add missing void

üst 25e8ebc4
...@@ -179,7 +179,7 @@ extern void cppUngetc (const int c) ...@@ -179,7 +179,7 @@ extern void cppUngetc (const int c)
vStringChop (signature); vStringChop (signature);
} }
static inline int getcAndCollect () static inline int getcAndCollect (void)
{ {
int c = getcFromInputFile (); int c = getcFromInputFile ();
if (collectingSignature && c != EOF) if (collectingSignature && c != EOF)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment