commit 26fab007c840ebd03fe39a1969d22e6b175e91ba
Author: Alexander Weinert <[email protected]>
Date: Fri Jul 22 16:30:21 2011 +0200
fix compilation with --pedantic
Remove trailing ',' in the last member of enums.
src/itdb.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/itdb.h b/src/itdb.h
index 774a5c7..858cae7 100644
--- a/src/itdb.h
+++ b/src/itdb.h
@@ -411,7 +411,7 @@ typedef enum {
ITDB_LIMITSORT_MOST_RECENTLY_PLAYED = 0x15,
ITDB_LIMITSORT_LEAST_RECENTLY_PLAYED = 0x80000015,/* See note above */
ITDB_LIMITSORT_HIGHEST_RATING = 0x17,
- ITDB_LIMITSORT_LOWEST_RATING = 0x80000017, /* See note above */
+ ITDB_LIMITSORT_LOWEST_RATING = 0x80000017 /* See note above */
} ItdbLimitSort;
/**
@@ -502,7 +502,7 @@ typedef enum {
ITDB_SPLACTION_IS_NOT = 0x03000001,
ITDB_SPLACTION_DOES_NOT_CONTAIN = 0x03000002,
ITDB_SPLACTION_DOES_NOT_START_WITH = 0x03000004,
- ITDB_SPLACTION_DOES_NOT_END_WITH = 0x03000008,
+ ITDB_SPLACTION_DOES_NOT_END_WITH = 0x03000008
} ItdbSPLAction;
/**
@@ -579,7 +579,7 @@ typedef enum
typedef enum {
ITDB_SPLACTION_LAST_DAYS_VALUE = 86400, /* nr of secs in 24 hours */
ITDB_SPLACTION_LAST_WEEKS_VALUE = 604800, /* nr of secs in 7 days */
- ITDB_SPLACTION_LAST_MONTHS_VALUE = 2628000,/* nr of secs in 30.4167
+ ITDB_SPLACTION_LAST_MONTHS_VALUE = 2628000 /* nr of secs in 30.4167
days ~= 1 month */
} ItdbSPLActionLast;
------------------------------------------------------------------------------
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide. Store less, Store more with what you own, Move data to
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2