gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS: gnokii/include gsm-common.h,1.99,1.100


From: Markus Plail <address@hidden>
Subject: CVS: gnokii/include gsm-common.h,1.99,1.100
Date: Tue, 02 Apr 2002 09:35:07 -0500

Update of /cvsroot/gnokii/gnokii/include
In directory subversions:/tmp/cvs-serv31230

Modified Files:
        gsm-common.h 
Log Message:
Typo

Index: gsm-common.h
===================================================================
RCS file: /cvsroot/gnokii/gnokii/include/gsm-common.h,v
retrieving revision 1.99
retrieving revision 1.100
diff -C2 -r1.99 -r1.100
*** gsm-common.h        29 Mar 2002 20:51:25 -0000      1.99
--- gsm-common.h        2 Apr 2002 14:35:05 -0000       1.100
***************
*** 246,255 ****
  typedef struct {
        int Location;                   /* The number of the note in the phone 
memory */
!       GSM_CalendarNoteType Type;      /* The type of the note */
        GSM_DateTime Time;              /* The time of the note */
        GSM_DateTime Alarm;             /* The alarm of the note */
        char Text[20];          /* The text of the note */
        char Phone[20];         /* For Call only: the phone number */
!       double Recurance;               /* Recurance of the note */
  } GSM_CalendarNote;
  
--- 246,255 ----
  typedef struct {
        int Location;                   /* The number of the note in the phone 
memory */
!       GSM_CalendarNoteType Type;              /* The type of the note */
        GSM_DateTime Time;              /* The time of the note */
        GSM_DateTime Alarm;             /* The alarm of the note */
        char Text[20];          /* The text of the note */
        char Phone[20];         /* For Call only: the phone number */
!       int Recurrence;         /* Recurance of the note */
  } GSM_CalendarNote;
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]