From b3b4607da3847266039dfc420502be33d76a159e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 8 Jan 2009 09:14:54 +0000 Subject: =?UTF-8?q?Patch=20from=20Enrico=20Tr=C3=B6ger=20to=20change=20com?= =?UTF-8?q?ments=20in=20header=20files=20to=20C=20Style=20/*=20rather=20th?= =?UTF-8?q?an=20C++=20style=20//=20so=20that=20some=20compilers=20will=20w?= =?UTF-8?q?ork.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/ScintillaWidget.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/ScintillaWidget.h') diff --git a/include/ScintillaWidget.h b/include/ScintillaWidget.h index 9d23ce2a9..c60c4a21b 100644 --- a/include/ScintillaWidget.h +++ b/include/ScintillaWidget.h @@ -1,10 +1,10 @@ -// Scintilla source code edit control +/* Scintilla source code edit control */ /** @file ScintillaWidget.h ** Definition of Scintilla widget for GTK+. ** Only needed by GTK+ code but is harmless on other platforms. **/ -// Copyright 1998-2001 by Neil Hodgson -// The License.txt file describes the conditions under which this software may be distributed. +/* Copyright 1998-2001 by Neil Hodgson + * The License.txt file describes the conditions under which this software may be distributed. */ #ifndef SCINTILLAWIDGET_H #define SCINTILLAWIDGET_H -- cgit v1.2.3