diff options
author | John Ankarström <john@ankarstrom.se> | 2022-07-17 02:30:34 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-07-17 02:30:34 +0200 |
commit | cd5ff302d1b03edb6fe81254c585e0e88c8e71ee (patch) | |
tree | bbf61c24e710f6ac07f2973ca31efdd1a2c9cbeb /c/main.h | |
parent | e96b4db3fb46384f286e9297186b87648c7219c4 (diff) | |
download | EpisodeBrowser-cd5ff302d1b03edb6fe81254c585e0e88c8e71ee.tar.gz |
Name function arguments in headers.
This is obviously a lot less obtuse.
Diffstat (limited to 'c/main.h')
-rw-r--r-- | c/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #ifndef MAIN_H #define MAIN_H -void UpdateLayout(); +void UpdateLayout(void); #endif |