mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-24 04:11:19 +00:00
Clarify headings in description
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@21944 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2a2e2c4b9a
commit
287d2358fb
1 changed files with 2 additions and 2 deletions
|
@ -469,7 +469,7 @@ typedef struct {
|
|||
{
|
||||
if (my->second > 0)
|
||||
{
|
||||
[m appendString: @"\nCurrent minute:\n"];
|
||||
[m appendString: @"\nSeconds in current minute:\n"];
|
||||
for (i = 0; i < my->second; i++)
|
||||
{
|
||||
DInfo *info = &dseconds[i];
|
||||
|
@ -483,7 +483,7 @@ typedef struct {
|
|||
|
||||
if (my->minute > 0)
|
||||
{
|
||||
[m appendString: @"\nCurrent period:\n"];
|
||||
[m appendString: @"\nPrevious minutes in current period:\n"];
|
||||
for (i = 0; i < my->minute; i++)
|
||||
{
|
||||
DInfo *info = &dminutes[i];
|
||||
|
|
Loading…
Reference in a new issue