diff options
Diffstat (limited to 'src/sratom.c')
-rw-r--r-- | src/sratom.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sratom.c b/src/sratom.c index 272e6e3..e0996c4 100644 --- a/src/sratom.c +++ b/src/sratom.c @@ -551,9 +551,8 @@ atom_size(Sratom* sratom, uint32_t type_urid) return sizeof(int32_t); } else if (type_urid == sratom->forge.URID) { return sizeof(uint32_t); - } else { - return 0; } + return 0; } static void |