aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/test-stardict.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test-stardict.c b/src/test-stardict.c
index f6a8354..3b62c08 100644
--- a/src/test-stardict.c
+++ b/src/test-stardict.c
@@ -120,9 +120,9 @@ typedef struct test_entry TestEntry;
struct dictionary
{
- GFile *tmp_dir; //!< A temporary dictionary
- GFile *ifo_file; //!< The dictionary's .ifo file
- GArray *data; //!< Array of TestEntry's
+ GFile *tmp_dir; ///< A temporary dictionary
+ GFile *ifo_file; ///< The dictionary's .ifo file
+ GArray *data; ///< Array of TestEntry's
};
struct test_entry