summaryrefslogtreecommitdiff
path: root/cesar/cp2/cco
diff options
context:
space:
mode:
authorboure2008-05-28 14:42:12 +0000
committerboure2008-05-28 14:42:12 +0000
commit696e2c0c4a9c92b45416200d9db3f807b44656a1 (patch)
treeb2beddefad2474f86b35a79ac79a9dfc9a786224 /cesar/cp2/cco
parent007c3e3454ab74d34a3c2eb0f62d626da82b154a (diff)
modification persistence enum values
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2126 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp2/cco')
-rw-r--r--cesar/cp2/cco/bw/bw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cesar/cp2/cco/bw/bw.h b/cesar/cp2/cco/bw/bw.h
index 4410005647..83eb7ea427 100644
--- a/cesar/cp2/cco/bw/bw.h
+++ b/cesar/cp2/cco/bw/bw.h
@@ -34,8 +34,8 @@
enum cp_cco_bw_persistence_t
{
- CP_CCO_BW_PERSISTENCE_PERSISTENT,
- CP_CCO_BW_PERSISTENCE_NOT_PERSISTENT
+ CP_CCO_BW_PERSISTENCE_NOT_PERSISTENT,
+ CP_CCO_BW_PERSISTENCE_PERSISTENT
};
typedef enum cp_cco_bw_persistence_t cp_cco_bw_persistence_t;