diff options
Diffstat (limited to 'print.go')
| -rw-r--r-- | print.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ type Reprintable struct { Title string `json:"title"` } -type getPrintJobsResp struct { +type jobsResp struct { Count uint `json:"count"` Next string `json:"next"` Prev string `json:"previous"` |