summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/utils.cpp
authorleseb <leseb>2002-06-21 09:19:18 (UTC)
committer leseb <leseb>2002-06-21 09:19:18 (UTC)
commitda8fdc855382e3b6e945aa1aeb429e5737e0792d (patch) (unidiff)
treea0656e9abf0131822c6fa01e70151ae47cad4e61 /noncore/unsupported/oipkg/utils.cpp
parentb5c57220c9a7b685418c8e8e0e02906659dd8b47 (diff)
downloadopie-da8fdc855382e3b6e945aa1aeb429e5737e0792d.zip
opie-da8fdc855382e3b6e945aa1aeb429e5737e0792d.tar.gz
opie-da8fdc855382e3b6e945aa1aeb429e5737e0792d.tar.bz2
Missing EOL
Diffstat (limited to 'noncore/unsupported/oipkg/utils.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/unsupported/oipkg/utils.cpp b/noncore/unsupported/oipkg/utils.cpp
index 13b17fb..66dcf10 100644
--- a/noncore/unsupported/oipkg/utils.cpp
+++ b/noncore/unsupported/oipkg/utils.cpp
@@ -24,4 +24,4 @@ void setComboName( QComboBox* combo, QString s)
24 for ( int i = 0; i < combo->count(); i++) 24 for ( int i = 0; i < combo->count(); i++)
25 if ( combo->text( i ) == s ) 25 if ( combo->text( i ) == s )
26 combo->setCurrentItem( i ); 26 combo->setCurrentItem( i );
27} \ No newline at end of file 27}