From b8dbaab9158fa13f24ae018241c95c8a9fd1c29c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Uwe=20St=C3=B6hr?= <uwestoehr@lyx.org>
Date: Mon, 31 Dec 2012 18:34:49 +0100
Subject: [PATCH] installer: a comment format fix

---
 development/Win32/pdfview/pdfview.nsi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/development/Win32/pdfview/pdfview.nsi b/development/Win32/pdfview/pdfview.nsi
index 36da7d5632..aab892f44c 100644
--- a/development/Win32/pdfview/pdfview.nsi
+++ b/development/Win32/pdfview/pdfview.nsi
@@ -100,15 +100,15 @@ Var TimeDiff
 
 Function GetFileTimeS
 	
-   Exch $0  ;; File / hi
-   Push $1  ;; lo
+   Exch $0  # File / hi
+   Push $1  # lo
  
    ClearErrors
    GetFileTime "$0" $0 $1
    IfErrors err
    System::Call '*(i r1, i r0) i .r0'
    System::Call '*$0(l .r0)'
-   System::Int64Op $0 / 10000000  ;; Conversion From '100 ns' to '1 sec' unit
+   System::Int64Op $0 / 10000000  # Conversion From '100 ns' to '1 sec' unit
    Goto end
  
    err:
@@ -135,9 +135,9 @@ FunctionEnd
 !macroend
 
 Function FileTimeDiff 
-   Exch $0  ;; FileA
+   Exch $0  # FileA
    Exch 
-   Exch $1  ;; FileB
+   Exch $1  # FileB
  
    ${GetFileTimeS} $0 "$0"
    IfErrors err