Differences From Artifact [0cd77e64d3]:
- File src/json_report.c — part of check-in [070b75542c] at 2012-03-21 20:23:55 on branch trunk — Throughout the /json API, renamed the "mtime" property with "timestamp", to consolidate the inconsistent usage. (user: stephan size: 6796) [more...]
To Artifact [f34f68a081]:
- File src/json_report.c — part of check-in [a496d8e88d] at 2012-03-29 14:54:45 on branch mgagnon_fix — Add vim modline everywhere (user: mgagnon size: 6838)
| ︙ | ︙ | |||
256 257 258 259 260 261 262 |
}
static cson_value * json_report_save(){
return NULL;
}
#endif /* FOSSIL_ENABLE_JSON */
| > > > > > | 256 257 258 259 260 261 262 263 264 265 266 267 |
}
static cson_value * json_report_save(){
return NULL;
}
#endif /* FOSSIL_ENABLE_JSON */
/*
* vim:ts=2:sts=2:et:sw=2:ft=c
*/
|