summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/types.h')
-rw-r--r--pjlib/include/pj/types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pjlib/include/pj/types.h b/pjlib/include/pj/types.h
index 0099255f..5b22f75b 100644
--- a/pjlib/include/pj/types.h
+++ b/pjlib/include/pj/types.h
@@ -386,10 +386,10 @@ typedef struct pj_parsed_time
/** This represents day of week where value zero means Sunday */
int wday;
- /** This represents day of the year, 0-365, where zero means
+ /* This represents day of the year, 0-365, where zero means
* 1st of January.
*/
- int yday;
+ /*int yday; */
/** This represents day of month: 1-31 */
int day;