diff options
author | Savio Sena <savio.sena@acm.org> | 2014-09-23 22:06:41 -0300 |
---|---|---|
committer | Savio Sena <savio.sena@acm.org> | 2014-09-23 22:06:41 -0300 |
commit | 99d7f53948c863e88946cec45d9c6a3bcc2b4976 (patch) | |
tree | 5deb5af8f79f01d2a6ad3b5fa62740a950656b7d /src | |
parent | a61c25ee27a7df0ea21f48c60ed56d21930a5236 (diff) |
Minor changes.
- Temporarily marked test as DONE.
- Removed extra line, that could ruin my macros :P
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/cxx/image_blend_border_recolor.cc | 2 | ||||
-rw-r--r-- | src/bin/cxx/image_blend_many_smooth_same_scaled.cc | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/cxx/image_blend_border_recolor.cc b/src/bin/cxx/image_blend_border_recolor.cc index dee53dc..d7560cd 100644 --- a/src/bin/cxx/image_blend_border_recolor.cc +++ b/src/bin/cxx/image_blend_border_recolor.cc | |||
@@ -1,4 +1,4 @@ | |||
1 | 1 | // XXX DONE | |
2 | #ifdef HAVE_CONFIG_H | 2 | #ifdef HAVE_CONFIG_H |
3 | # include <config.h> | 3 | # include <config.h> |
4 | #endif | 4 | #endif |
diff --git a/src/bin/cxx/image_blend_many_smooth_same_scaled.cc b/src/bin/cxx/image_blend_many_smooth_same_scaled.cc index 04334cb..18a0e8d 100644 --- a/src/bin/cxx/image_blend_many_smooth_same_scaled.cc +++ b/src/bin/cxx/image_blend_many_smooth_same_scaled.cc | |||
@@ -1,5 +1,4 @@ | |||
1 | 1 | ||
2 | |||
3 | #ifdef HAVE_CONFIG_H | 2 | #ifdef HAVE_CONFIG_H |
4 | # include <config.h> | 3 | # include <config.h> |
5 | #endif | 4 | #endif |