Skip to content

Commit

Permalink
gcutter: add missing function call in sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
okkez committed Oct 26, 2012
1 parent 5df8fd2 commit 3b70592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcutter/gcut-data.h
Expand Up @@ -87,7 +87,7 @@ G_BEGIN_DECLS
* test_translate(gconstpointer data)
* {
* cut_assert_equal_string(gcut_data_get_string(data, "translated"),
* gcut_data_get_int(data, "input"));
* translate(gcut_data_get_int(data, "input")));
* }
* ]|
*
Expand Down

0 comments on commit 3b70592

Please sign in to comment.