summaryrefslogtreecommitdiff
path: root/frontends/windows
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-04 11:22:40 +0100
committerVincent Sanders <vince@kyllikki.org>2019-08-04 11:25:35 +0100
commitb2f5c80ef82c2e76bd33f58b6454031500c98504 (patch)
tree6d1ba34726d8f39356b65038f8cfe0e4b9020272 /frontends/windows
parent19052001541aeac269b846d2a81e7f78e7c26c2d (diff)
downloadnetsurf-b2f5c80ef82c2e76bd33f58b6454031500c98504.tar.gz
netsurf-b2f5c80ef82c2e76bd33f58b6454031500c98504.tar.bz2
trivial documentation cleanups
Diffstat (limited to 'frontends/windows')
-rw-r--r--frontends/windows/window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/windows/window.h b/frontends/windows/window.h
index 3cdb9aefe..c887ed5d4 100644
--- a/frontends/windows/window.h
+++ b/frontends/windows/window.h
@@ -16,8 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _NETSURF_WINDOWS_WINDOW_H_
-#define _NETSURF_WINDOWS_WINDOW_H_
+#ifndef NETSURF_WINDOWS_WINDOW_H_
+#define NETSURF_WINDOWS_WINDOW_H_
/** The window operation function table for win32 */
extern struct gui_window_table *win32_window_table;