diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2008-02-15 16:47:10 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2008-02-15 16:47:10 +0100 |
| commit | 9e05faf3d6ac1c527032efb7210de8bbfeb2212c (patch) | |
| tree | 4ab52e2891af75fb0cf0ba125fd69b727c71c56a /obt/display.h | |
| parent | 0ffd1ccc4701a9814e6ee570461b1250dd16f1e3 (diff) | |
() -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have.
Diffstat (limited to 'obt/display.h')
| -rw-r--r-- | obt/display.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/obt/display.h b/obt/display.h index 8c074b5b..ff20f9c9 100644 --- a/obt/display.h +++ b/obt/display.h @@ -57,7 +57,7 @@ extern gint obt_display_extension_sync_basep; extern Display* obt_display; gboolean obt_display_open(const char *display_name); -void obt_display_close(); +void obt_display_close(void); void obt_display_ignore_errors(gboolean ignore); |
