]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/nonworking/pixdev/pixdev-stable-0.1/braces.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / nonworking / pixdev / pixdev-stable-0.1 / braces.patch
1 ===================================================================
2 RCS file: /cvsroot/pixdev/pixdev-stable/include/nxtminput.h,v
3 retrieving revision 1.1.1.1
4 retrieving revision 1.2
5 diff -u -r1.1.1.1 -r1.2
6 --- pixdev-stable/include/nxtminput.h   2003/10/10 14:51:12     1.1.1.1
7 +++ pixdev-stable/include/nxtminput.h   2003/12/06 06:22:41     1.2
8 @@ -54,7 +54,8 @@
9  #define                        MAX_UNITS               4       // Maximum number of units (HH:MM:SS:[am/pm])
10  
11  //const char                            *dayzn[2] = {{"AM"}, {"PM"}};                   // Array of either am or pm
12 -const short max_val[3] = { {23}, {59}, {59} }; // Max values per unit (23 = hours, 59 = min/sec)
13 +const short max_val[3] = { 23, 59, 59 };
14 +// Max values per unit (23 = hours, 59 = min/sec)
15  
16  
17  /* Forward declarations */