We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ca728 commit 64639b9Copy full SHA for 64639b9
src/Date.cpp
@@ -395,7 +395,7 @@ struct tzhead {
395
return (*number < number0) != (delta < 0);
396
}
397
398
- static long detzcode(const char * const codep) {
+ static long detzcode(const char * const codep) { // #nocov start
399
long result;
400
int i;
401
@@ -1125,7 +1125,7 @@ struct tzhead {
1125
&sp->chars[bp->tt_abbrind]) == 0;
1126
1127
return result;
1128
- }
+ } // #nocov end
1129
1130
static int leaps_thru_end_of(const int y) {
1131
return (y >= 0) ? (y / 4 - y / 100 + y / 400) :
0 commit comments