]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Add missing closing quote.
authorGuy Harris <[email protected]>
Wed, 5 Sep 2012 20:09:47 +0000 (13:09 -0700)
committerGuy Harris <[email protected]>
Wed, 5 Sep 2012 20:09:47 +0000 (13:09 -0700)
tcpdump.c

index 98ec2d5df6ad14cfc554568c912a87c444353cb5..c271dd954b39be751108d1a08e4f06fd750629b0 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -590,7 +590,7 @@ MakeFilename(char *buffer, char *orig_name, int cnt, int max_chars)
 {
         char *filename = malloc(NAME_MAX + 1);
         if (filename == NULL)
-            error("Makefilename: malloc);
+            error("Makefilename: malloc");
 
         /* Process with strftime if Gflag is set. */
         if (Gflag != 0) {