aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/CEException.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/wince/CEException.h')
-rw-r--r--backends/wince/CEException.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/wince/CEException.h b/backends/wince/CEException.h
index 895a424b3f..739e7c5281 100644
--- a/backends/wince/CEException.h
+++ b/backends/wince/CEException.h
@@ -13,7 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $Header$
*
@@ -30,4 +30,4 @@ private:
static void dumpContext(HANDLE file, HANDLE hProcess, CONTEXT *context);
static void dumpException(HANDLE file, EXCEPTION_RECORD *exceptionRecord);
-}; \ No newline at end of file
+};