]> The Tcpdump Group git mirrors - tcpdump/commitdiff
add missing double quote to fix compiling
authorDenis Ovsienko <[email protected]>
Mon, 10 Sep 2012 17:29:20 +0000 (21:29 +0400)
committerDenis Ovsienko <[email protected]>
Mon, 10 Sep 2012 17:29:20 +0000 (21:29 +0400)
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) {