diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-04-04 20:55:03 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-04-04 20:55:03 +0000 |
commit | 43e4f2c68f8de551ce4632b5fbfb077a650c967e (patch) | |
tree | 367024ddba3be4f92c420be929527ec229fa6adc /patchlevel.h | |
parent | 3358ade6797003037fdb5badd4a2c7712ad05b56 (diff) | |
download | perl-43e4f2c68f8de551ce4632b5fbfb077a650c967e.tar.gz |
That's C, not perl.
p4raw-id: //depot/perl@24152
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h index aea4c2f241..302e4f945d 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -120,7 +120,7 @@ hunk. #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static const char *local_patches[] = { NULL - ,'DEVEL24148' + ,"DEVEL24148" ,NULL }; |