[Pkg-mozext-commits] [nostalgy] 08/19: Typo.

David Prévot taffit at moszumanska.debian.org
Sat Aug 9 20:06:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository nostalgy.

commit adffa7b1e567c92c6af419aa1ac6f328c4001801
Author: alain.frisch <alain.frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Wed Jul 23 11:55:25 2014 +0000

    Typo.
    
    git-svn-id: http://nostalgy.googlecode.com/svn/trunk@231 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
 content/nostalgy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/nostalgy.js b/content/nostalgy.js
index 2d6dd47..05c2349 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -347,7 +347,7 @@ function NostalgyRunCommand() {
   }
   else {
     if (s.substr(0,1) == ":") {
-        if ((s == ":") || (s == "::")) return
+      if ((s == ":") || (s == "::")) return;
       var name;
       if (s.substr(s.length-1,1) == ":")
          name = s.substr(1,s.length - 2);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/nostalgy.git



More information about the Pkg-mozext-commits mailing list