summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/searchweb.c2
-rw-r--r--frontends/windows/window.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/desktop/searchweb.c b/desktop/searchweb.c
index fed6f3e75..c934ff4fa 100644
--- a/desktop/searchweb.c
+++ b/desktop/searchweb.c
@@ -17,7 +17,7 @@
*/
/**
- * \file desktop/searchweb.c
+ * \file
* \brief core web search facilities implementation.
*/
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;