summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/samples/store-scheme/shopping-cart.scm
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/samples/store-scheme/shopping-cart.scm')
-rw-r--r--sca-cpp/trunk/samples/store-scheme/shopping-cart.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/samples/store-scheme/shopping-cart.scm b/sca-cpp/trunk/samples/store-scheme/shopping-cart.scm
index ec85d463fc..61b169426f 100644
--- a/sca-cpp/trunk/samples/store-scheme/shopping-cart.scm
+++ b/sca-cpp/trunk/samples/store-scheme/shopping-cart.scm
@@ -75,7 +75,7 @@
)
; Return the total price of the items in the cart
-(define (gettotal cache)
+(define (total cache)
(define cart (getcart cartId cache))
(sum cart)
)