summaryrefslogtreecommitdiffstats
path: root/src/test-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test-helpers.h')
-rw-r--r--src/test-helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test-helpers.h b/src/test-helpers.h
index e1b852162..bda48599e 100644
--- a/src/test-helpers.h
+++ b/src/test-helpers.h
@@ -8,7 +8,7 @@
#include "inkscape-private.h"
-/// Dummy functions to keep linker happy
+// Dummy functions to keep linker happy
#if !defined(DUMMY_MAIN_TEST_CALLS_SEEN)
#define DUMMY_MAIN_TEST_CALLS_SEEN
int sp_main_gui (int, char const**) { return 0; }