Changeset 552 for trunk/core/raw.c
- Timestamp:
- 11/06/08 16:27:11 (5 years ago)
- File:
-
- 1 edited
-
trunk/core/raw.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/raw.c
r551 r552 3 3 #include "stdlib.h" 4 4 #include "raw.h" 5 #if CURVES5 #ifdef CURVES 6 6 #include "curves.h" 7 7 #endif … … 41 41 close(fd); 42 42 } 43 #if CURVES43 #ifdef CURVES 44 44 if (conf.curve_enable) curve_apply(); 45 45 #endif … … 98 98 } 99 99 100 #if CURVES100 #ifdef CURVES 101 101 if (conf.curve_enable) curve_apply(); 102 102 #endif
Note: See TracChangeset
for help on using the changeset viewer.