mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-15 16:11:14 +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
19d9a4bba0
commit
e047ee59bf
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