Skip to content

Commit

Permalink
[editor] Added missing quotes around main sub name in PIR skeleton fi…
Browse files Browse the repository at this point in the history
…le. This

is a good habit.

git-svn-id: https://svn.parrot.org/parrot/trunk@39953 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
chromatic committed Jul 8, 2009
1 parent 6d89823 commit 60f174c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/skeleton.pir
@@ -1,7 +1,7 @@
# Copyright (C) 2006-2009, Parrot Foundation. # Copyright (C) 2006-2009, Parrot Foundation.
# $Id$ # $Id$


.sub main :main .sub 'main' :main
.end .end


# Local Variables: # Local Variables:
Expand Down

0 comments on commit 60f174c

Please sign in to comment.