David Smart / iCal

Files at this revision

API Documentation at this revision

Comitter:
WiredHome
Date:
Sun Oct 01 18:07:46 2017 +0000
Parent:
10:deeaec151283
Commit message:
make a private data structure static to avoid a name clash

Changed in this revision

iCal.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/iCal.cpp	Tue Jan 26 11:58:10 2016 +0000
+++ b/iCal.cpp	Sun Oct 01 18:07:46 2017 +0000
@@ -34,7 +34,7 @@
 int EventCount = 0;
 int32_t tzoTZIDSec = 0;
 
-const char * RPT_DAYS[] = { "SU", "MO", "TU", "WE", "TH", "FR", "SA", "" };
+static const char * RPT_DAYS[] = { "SU", "MO", "TU", "WE", "TH", "FR", "SA", "" };
 
 int GetNumEvents(void)
 {