aboutsummaryrefslogtreecommitdiff
path: root/src/render.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-02-17 11:55:42 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:15 +0100
commit83af8912dcdc58423298e50441617ebce26891a6 (patch)
tree4f058750b16d9fe691b2fab7562f56dff226409d /src/render.c
parent6ffd78ac10f229608bbdf920799bb3aa8f4fdd2d (diff)
Update comments and copyright
Diffstat (limited to 'src/render.c')
-rw-r--r--src/render.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render.c b/src/render.c
index 08ced66b..10dd9f10 100644
--- a/src/render.c
+++ b/src/render.c
@@ -3,7 +3,7 @@
*
* Render a high dynamic range buffer in some sensible way
*
- * (c) 2006-2010 Thomas White <taw@physics.org>
+ * (c) 2006-2011 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
@@ -193,6 +193,7 @@ static void render_free_data(guchar *data, gpointer p)
}
+/* FIXME: This doesn't belong here at all */
static void show_marked_features(struct image *image, guchar *data,
int w, int h, int binning)
{