]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
preprocessor
authorwessels <>
Sat, 30 Jan 1999 07:43:25 +0000 (07:43 +0000)
committerwessels <>
Sat, 30 Jan 1999 07:43:25 +0000 (07:43 +0000)
src/snmp_core.cc

index cddda176334e80bb758f8d996465d1aaa131fcc5..d66f6df4c4ea155e0c1c334ffb00e602e51655ca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: snmp_core.cc,v 1.32 1999/01/30 00:40:40 wessels Exp $
+ * $Id: snmp_core.cc,v 1.33 1999/01/30 00:43:25 wessels Exp $
  *
  * DEBUG: section 49    SNMP support
  * AUTHOR: Glenn Chisholm
@@ -930,7 +930,7 @@ snmpAddNode(oid * name, int len, oid_ParseFn * parsefunction, int children,...)
 #else
 snmpAddNode(va_alist)
      va_dcl
-#else
+#endif
 {
 #if STDC_HEADERS
     va_list args;