summaryrefslogtreecommitdiff
path: root/src/snapshot.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/snapshot.erl')
-rw-r--r--src/snapshot.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/snapshot.erl b/src/snapshot.erl
index 4e53cb3..6eb5464 100644
--- a/src/snapshot.erl
+++ b/src/snapshot.erl
@@ -11,5 +11,5 @@ decode(Data) ->
encode(Device) ->
'CSTA-snapshot-device':encode('SnapshotDeviceArgument',
#'SnapshotDeviceArgument'{
- snapshotObject = #'DeviceID'{
- deviceIdentifier = {deviceNumber, Device}}}).
+ snapshotObject = #'DeviceID'{
+ deviceIdentifier = Device }}).