From 3ca3d9b70df249867cc86081af36181e7db1a603 Mon Sep 17 00:00:00 2001 From: "peterlubczynski%netscape.com" Date: Wed, 15 Aug 2001 02:32:27 +0000 Subject: [PATCH] Fixing extra char in win32 makefile for sample plugin, not part of main build git-svn-id: svn://10.0.0.236/trunk@101065 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/plugin/samples/simple/makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/modules/plugin/samples/simple/makefile.win b/mozilla/modules/plugin/samples/simple/makefile.win index 064113158b5..eccebd84803 100644 --- a/mozilla/modules/plugin/samples/simple/makefile.win +++ b/mozilla/modules/plugin/samples/simple/makefile.win @@ -1,4 +1,4 @@ -|# -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +# -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # # The contents of this file are subject to the Netscape Public # License Version 1.1 (the "License"); you may not use this file