[haiku-commits] haiku: hrev51016 - headers/private/shared

  • From: kallisti5@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 12 Mar 2017 21:11:29 +0100 (CET)

hrev51016 adds 1 changeset to branch 'master'
old head: 54066ddbb70fa4b8f2344300f91dd1c69a4e1d99
new head: 63863c98495f55faa5252babe5991f695a4656b3
overview: 
http://cgit.haiku-os.org/haiku/log/?qt=range&q=63863c98495f+%5E54066ddbb70f

----------------------------------------------------------------------------

63863c98495f: cpu_type.h: Fix missing ;, sorry for spam

                          [ Alexander von Gluck IV <kallisti5@xxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev51016
Commit:      63863c98495f55faa5252babe5991f695a4656b3
URL:         http://cgit.haiku-os.org/haiku/commit/?id=63863c98495f
Author:      Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Date:        Sun Mar 12 20:11:02 2017 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
headers/private/shared/cpu_type.h | 2 +-

----------------------------------------------------------------------------

diff --git a/headers/private/shared/cpu_type.h 
b/headers/private/shared/cpu_type.h
index 478fbd0..fe130f7 100644
--- a/headers/private/shared/cpu_type.h
+++ b/headers/private/shared/cpu_type.h
@@ -325,7 +325,7 @@ get_cpu_model_string(enum cpu_platform platform, enum 
cpu_vendor cpuVendor,
                        if (model == 0x10 || model == 0x13)
                                return "A-Series";
                } else if (family == 0x8f)
-                       return "Ryzen 7"
+                       return "Ryzen 7";
 
                // Fallback to manual parsing of the model string
                get_cpuid_model_string(cpuidName);


Other related posts:

  • » [haiku-commits] haiku: hrev51016 - headers/private/shared - kallisti5