From b2f5c80ef82c2e76bd33f58b6454031500c98504 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 4 Aug 2019 11:22:40 +0100 Subject: trivial documentation cleanups --- frontends/windows/window.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/windows') 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 . */ -#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; -- cgit v1.2.3