summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/blender/canvas.h2
-rw-r--r--include/common/error.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/blender/canvas.h b/include/blender/canvas.h
index fe74c5e..aae217d 100644
--- a/include/blender/canvas.h
+++ b/include/blender/canvas.h
@@ -65,7 +65,7 @@ void canvas_set_pixel(Canvas *canvas, CartesianVector position, Color color);
65Color canvas_get_pixel(Canvas *canvas, CartesianVector position); 65Color canvas_get_pixel(Canvas *canvas, CartesianVector position);
66 66
67/** 67/**
68 * Function: canvas_get_size 68 * Function: canvas_get_dim
69 * Returns the size (in pixels) of the given canvas. 69 * Returns the size (in pixels) of the given canvas.
70 * 70 *
71 * Parameters: 71 * Parameters:
diff --git a/include/common/error.h b/include/common/error.h
index 522d646..22c2630 100644
--- a/include/common/error.h
+++ b/include/common/error.h
@@ -16,7 +16,7 @@
16 * Function: rage quit 16 * Function: rage quit
17 * Logs the supplied error message to stderr before exiting the program with an error status code. 17 * Logs the supplied error message to stderr before exiting the program with an error status code.
18 * 18 *
19 * Parameters; 19 * Parameters:
20 * *msg - error message to log 20 * *msg - error message to log
21 */ 21 */
22void rage_quit(const char *msg); 22void rage_quit(const char *msg);