Dominick Meglio fixed a missing comma
authorDaniel Stenberg <daniel@haxx.se>
Wed, 31 Mar 2004 06:10:40 +0000 (06:10 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 31 Mar 2004 06:10:40 +0000 (06:10 +0000)
ares_strerror.c

index f994fc3..35c41ce 100644 (file)
@@ -35,7 +35,7 @@ const char *ares_strerror(int code)
     "Timeout while contacting DNS servers",
     "End of file",
     "Error reading file",
-    "Out of memory"
+    "Out of memory",
     "Channel is being destroyed",
     "Misformatted string"
   };