From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Tue, 23 Jul 2002 16:33:52 +0000 (+0000)
Subject: Commas, schcommas.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c993f866915d3552dc02138441c792f0dccb48d0;p=p5sagit%2Fp5-mst-13.2.git

Commas, schcommas.

p4raw-id: //depot/perl@17654
---

diff --git a/patchlevel.h b/patchlevel.h
index b6c3c07..a4980cb 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -79,7 +79,7 @@
 #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
 static	char	*local_patches[] = {
         NULL
-        "DEVEL17641",
+        ,"DEVEL17641"
 	,NULL
 };