diff options
Diffstat (limited to 'docs/CODING-STYLE.md')
| -rw-r--r-- | docs/CODING-STYLE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CODING-STYLE.md b/docs/CODING-STYLE.md index 1867bf3fc1..3fc2e0c101 100644 --- a/docs/CODING-STYLE.md +++ b/docs/CODING-STYLE.md @@ -486,7 +486,7 @@ It is also possible to align the columns to the next tab: void gtk_type_set_prop (GtkType *type, gfloat value); gfloat gtk_type_get_prop (GtkType *type); - gint gtk_type_update_foobar (GtkType *type); + int gtk_type_update_foobar (GtkType *type); ``` Public headers should never be included directly: |
