diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-28 21:21:21 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-28 21:21:21 +0100 |
commit | 1b15b52087a749ed668103687909d6d7e3aa6d84 (patch) | |
tree | 48defb7da44cc18be3b28d6aadc9f4e379641707 /src/test-stardict.c | |
parent | 25366d369b01771791d866fdd4abc585096f13c9 (diff) | |
download | tdv-1b15b52087a749ed668103687909d6d7e3aa6d84.tar.gz tdv-1b15b52087a749ed668103687909d6d7e3aa6d84.tar.xz tdv-1b15b52087a749ed668103687909d6d7e3aa6d84.zip |
Formatting: leftovers
Diffstat (limited to 'src/test-stardict.c')
-rw-r--r-- | src/test-stardict.c | 6 |
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 |