summaryrefslogtreecommitdiff
path: root/modules/WinWorkspaceBase.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2008-06-17 17:15:26 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2008-06-17 17:15:26 +0000
commit1cde0c244a5bbe5a88390b327f5da3eae47909bb (patch)
tree311b150f6dfa06c7f34ece13f68435ea93105ff7 /modules/WinWorkspaceBase.pm
parent821e676d9ff0c53f73f99ed68bd0113bd3c62add (diff)
downloadMPC-1cde0c244a5bbe5a88390b327f5da3eae47909bb.tar.gz
ChangeLogTag: Tue Jun 17 17:16:07 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/WinWorkspaceBase.pm')
-rw-r--r--modules/WinWorkspaceBase.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/WinWorkspaceBase.pm b/modules/WinWorkspaceBase.pm
index 2a8c2746..aea68f99 100644
--- a/modules/WinWorkspaceBase.pm
+++ b/modules/WinWorkspaceBase.pm
@@ -17,8 +17,7 @@ use strict;
# ************************************************************
sub crlf {
- my($self) = shift;
- return $self->windows_crlf();
+ return $_[0]->windows_crlf();
}