Remove accidental variable definition

This commit is contained in:
Laurence Withers 2011-11-16 12:04:15 +00:00
parent b622223b64
commit c198eaf34b
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ enum iso8601_date_prec {
/*! \brief Year, week and weekday specified (week format). */
iso8601_prec_wday
}date_prec;
};
@ -87,7 +87,7 @@ enum iso8601_time_prec {
iso8601_prec_minfrac,
/*! \brief Display hour, minute, second and nanoseconds. */
iso8601_prec_secfrac
}time_prec;
};